20060924 0945 Corrected inline comment for 'version' field to match the Javadoc comment of version 'getVersion()'.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/bsf/trunk@449379 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/org/apache/bsf/BSFManager.java b/src/org/apache/bsf/BSFManager.java
index bb70ae2..16d3a19 100644
--- a/src/org/apache/bsf/BSFManager.java
+++ b/src/org/apache/bsf/BSFManager.java
@@ -56,9 +56,11 @@
  * @author   Don Schwarz (added support for registering languages dynamically)
  */
 public class BSFManager {
-    // version string in the form of: "abb.yyyymmdd",
-    // where "a" is the major version number, "bb" the minor version number,
-    // and "yyyymmdd" represents the date in sorted order (four digit year, two digit month, two digit day)
+    // version string is in the form "abc.yyyymmdd" where
+    // "abc" represents a dewey decimal number (three levels, each between 0 and 9),
+    // and "yyyy" a four digit year, "mm" a two digit month, "dd" a two digit day.
+    //
+    // Example: "240.20060925" stands for: BSF version "2.4.0" as of "2006-09-25"
     protected static String version="240.20060925";
 
     // table of registered scripting engines