add javadoc 0.4.12.2
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 22 Jun 2008 23:44:22 +0000 (01:44 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 22 Jun 2008 23:44:22 +0000 (01:44 +0200)
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 &lt;bombe@freenetproject.org&gt;
  */
 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;
        }