Repository: commons-compress
Updated Branches:
  refs/heads/master 1239917ec -> c9b96aaf7


add a note explaining why the class is there


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5c53db1f
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5c53db1f
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5c53db1f

Branch: refs/heads/master
Commit: 5c53db1f00d95f128ab1f83239728d935d0b4107
Parents: 1239917
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Dec 13 20:46:10 2015 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Dec 13 20:46:10 2015 +0100

----------------------------------------------------------------------
 .../apache/commons/compress/archivers/zip/PKWareExtraHeader.java | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5c53db1f/src/main/java/org/apache/commons/compress/archivers/zip/PKWareExtraHeader.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/PKWareExtraHeader.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/PKWareExtraHeader.java
index 532145a..19e390d 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/PKWareExtraHeader.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/PKWareExtraHeader.java
@@ -25,6 +25,10 @@ import java.util.Map;
 /**
  * Base class for all PKWare strong crypto extra headers.
  * 
+ * <p>This base class acts as a marker so you know you can ignore all
+ * extra fields that extend this class if you are not interested in
+ * the meta data of PKWare strong encryption.</p>
+ *
  * <b>Algorithm IDs</b> - integer identifier of the encryption algorithm from
  * the following range
  * 

Reply via email to