You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/02/19 18:18:57 UTC

svn commit: r1447828 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java

Author: sebb
Date: Tue Feb 19 17:18:57 2013
New Revision: 1447828

URL: http://svn.apache.org/r1447828
Log:
COMPRESS-218 Typo in CompressorStreamFactory Javadoc

Modified:
    commons/proper/compress/trunk/src/changes/changes.xml
    commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1447828&r1=1447827&r2=1447828&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Tue Feb 19 17:18:57 2013
@@ -44,6 +44,10 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.5" date="not released, yet"
              description="Release 1.5">
+      <action type="fix" date="2012-02-19" issue="COMPRESS-218"
+              due-to="Gili">
+        Typo in CompressorStreamFactory Javadoc
+      </action>
       <action type="update" date="2012-07-08" issue="COMPRESS-188"
               due-to="Harald Kuhn">
         Improved exception message if a zip archive cannot be read

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java?rev=1447828&r1=1447827&r2=1447828&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java Tue Feb 19 17:18:57 2013
@@ -46,7 +46,7 @@ import org.apache.commons.compress.compr
  * cos.close();
  * </pre>
  * 
- * Example (Compressing a file):
+ * Example (Decompressing a file):
  * <pre>
  * final InputStream is = new FileInputStream(input); 
  * CompressorInputStream in =