From 90ba1f625068c07945d7b64003fe4f522a3470b5 Mon Sep 17 00:00:00 2001 From: gdesiato Date: Mon, 30 Dec 2024 16:53:43 +0100 Subject: [PATCH] javadoc fix --- .../java/com/logicaldoc/core/document/AbstractDocument.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logicaldoc-core/src/main/java/com/logicaldoc/core/document/AbstractDocument.java b/logicaldoc-core/src/main/java/com/logicaldoc/core/document/AbstractDocument.java index 1c523c4f3..efcd68f07 100644 --- a/logicaldoc-core/src/main/java/com/logicaldoc/core/document/AbstractDocument.java +++ b/logicaldoc-core/src/main/java/com/logicaldoc/core/document/AbstractDocument.java @@ -34,7 +34,7 @@ * Each document has one or more Versions. The most recent version is the one * used as default when we refer to a Document, but all previous versions are * accessible from the history even if the are not indexed. - *

+ *

* Each Version carries out two main informations, the version code itself that * is called simply 'version', and the file version, called 'fileVersion'. The * first identified the Version itself while the second refers to the file