You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2011/09/13 16:30:14 UTC

svn commit: r1170195 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java

Author: rickhall
Date: Tue Sep 13 14:30:13 2011
New Revision: 1170195

URL: http://svn.apache.org/viewvc?rev=1170195&view=rev
Log:
Fix some comments.

Modified:
    felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java?rev=1170195&r1=1170194&r2=1170195&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/util/WeakZipFileFactory.java Tue Sep 13 14:30:13 2011
@@ -48,7 +48,7 @@ public class WeakZipFileFactory
 
     /**
      * Constructs a weak zip file factory with the specified file limit. A limit
-     * of zero signified no limit.
+     * of zero signifies no limit.
      * @param limit maximum number of open zip files at any given time.
      */
     public WeakZipFileFactory(int limit)
@@ -61,7 +61,7 @@ public class WeakZipFileFactory
     }
 
     /**
-     * Factory method used to create weak zip file.
+     * Factory method used to create weak zip files.
      * @param file the target zip file.
      * @return the created weak zip file.
      * @throws IOException if the zip file could not be opened.
@@ -743,4 +743,4 @@ public class WeakZipFileFactory
             }
         }
     }
-}
\ No newline at end of file
+}