Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesiato committed Dec 30, 2024
1 parent 90ba1f6 commit fe1bc9f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
* used as default when we refer to a Document, but all previous versions are
* accessible from the history even if the are not indexed.
* </p>
*
* <p>
* 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
* content. In general not all updates to a document involves the upload of a
* new file.
* </p>
*
* A Document is written in a single language, this language defines the
* full-text index in which the document's content will be stored.
Expand Down

0 comments on commit fe1bc9f

Please sign in to comment.