Author: toad
Date: 2006-11-15 17:46:32 +0000 (Wed, 15 Nov 2006)
New Revision: 10931

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
Documentation

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-11-15 17:35:21 UTC (rev 
10930)
+++ trunk/freenet/src/freenet/node/Version.java 2006-11-15 17:46:32 UTC (rev 
10931)
@@ -38,10 +38,17 @@
                transitionTime = _cal.getTimeInMillis();
        }

+       /**
+        * @return The build number (not SVN revision number) of this node.
+        */
        public static final int buildNumber() {
                return buildNumber;
        }
-       
+
+       /**
+        * @return The lowest build number with which the node will connect and 
exchange
+        * data normally.
+        */
        public static final int lastGoodBuild() {
                if(System.currentTimeMillis() > transitionTime)
                        return newLastGoodBuild;


Reply via email to