[Webfunds-commits] java/webfunds/ricardian IniFileReader.java

Ian Grigg iang@cypherpunks.ai
Sun, 27 Aug 2000 17:53:27 -0400 (AST)


iang        00/08/27 17:53:27

  Modified:    webfunds/ricardian IniFileReader.java
  Log:
  fixed up some swapped comments only

Revision  Changes    Path
1.13      +3 -3      java/webfunds/ricardian/IniFileReader.java

Index: IniFileReader.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/IniFileReader.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- IniFileReader.java	2000/08/16 18:37:17	1.12
+++ IniFileReader.java	2000/08/27 21:53:27	1.13
@@ -1,5 +1,5 @@
 /*
- * $Id: IniFileReader.java,v 1.12 2000/08/16 18:37:17 iang Exp $
+ * $Id: IniFileReader.java,v 1.13 2000/08/27 21:53:27 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -77,8 +77,7 @@
     public static int        getNumErrors()  { return numErrors ; }
 
     /**
-     * Take a byte array and turn it into an array of lines.
-     * If version >= 3 then proper trim is used.
+     * Take a byte array and turn it into an array of trimmed lines.
      */
     public static String[] toLines(byte[] txt)
     {
@@ -94,6 +93,7 @@
      * the equivalent in java.io.* is unclear, or sufficiently
      * murky for the hashing task.  Also, the exceptions are boring.
      *
+     * @param If version >= 3 then proper trim is used.
      * @except ContractException if mixed eoln strings are found
      */
     public static String[] toLines(byte[] txt, int version)