Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671685 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
4bc4228b3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/GZipResource.java

+ 1
- 1
src/main/org/apache/tools/ant/types/resources/GZipResource.java View File

@@ -26,7 +26,7 @@ import java.util.zip.GZIPOutputStream;
/** /**
* A GZip compressed resource. * A GZip compressed resource.
* *
* <p>Wraps around another resource, delegates all quries to that
* <p>Wraps around another resource, delegates all queries to that
* other resource but uncompresses/compresses streams on the fly.</p> * other resource but uncompresses/compresses streams on the fly.</p>
* *
* @since Ant 1.7 * @since Ant 1.7


Loading…
Cancel
Save