aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/terminaldweller/doc/Doc.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/terminaldweller/doc/Doc.java')
-rw-r--r--src/main/java/com/terminaldweller/doc/Doc.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/terminaldweller/doc/Doc.java b/src/main/java/com/terminaldweller/doc/Doc.java
index 80247eb..35ee5fd 100644
--- a/src/main/java/com/terminaldweller/doc/Doc.java
+++ b/src/main/java/com/terminaldweller/doc/Doc.java
@@ -25,6 +25,7 @@ public class Doc {
* @param id the id given by the db.
* @param name the name of the documment given by the user.
* @param lastModified the date of the last modification in unix epoch.
+ * @param body the actual text of the document.
*/
public Doc(Long id, String name, long lastModified, String body) {
this.id = id;