add javadoc
[jSite.git] / src / de / todesbaum / jsite / main / Version.java
index 803449c..88f39a0 100644 (file)
 package de.todesbaum.jsite.main;
 
 /**
+ * Container for version information.
+ * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Version {
 
+       /** The version. */
        private static final String VERSION = "0.4.12.2";
 
+       /**
+        * Returns the version.
+        * 
+        * @return The version
+        */
        public static final String getVersion() {
                return VERSION;
        }