Author: rony Date: Sun Sep 24 01:45:59 2006 New Revision: 449379 URL: http://svn.apache.org/viewvc?view=rev&rev=449379 Log: 20060924 0945 Corrected inline comment for 'version' field to match the Javadoc comment of version 'getVersion()'.
Modified: jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java Modified: jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java?view=diff&rev=449379&r1=449378&r2=449379 ============================================================================== --- jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java (original) +++ jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java Sun Sep 24 01:45:59 2006 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]