Repository: commons-compress
Updated Branches:
  refs/heads/master e6a27af01 -> 03cb05ceb


Serial UID needed

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

Branch: refs/heads/master
Commit: 03cb05cebcc65b923e03fa9f41d664885bdb38ed
Parents: e6a27af
Author: Sebb <[email protected]>
Authored: Mon Feb 27 23:16:46 2017 +0000
Committer: Sebb <[email protected]>
Committed: Mon Feb 27 23:16:46 2017 +0000

----------------------------------------------------------------------
 .../compress/archivers/zip/UnsupportedZipFeatureException.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/03cb05ce/src/main/java/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.java
 
b/src/main/java/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.java
index 6756f50..5d7bfc4 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/zip/UnsupportedZipFeatureException.java
@@ -93,6 +93,8 @@ public class UnsupportedZipFeatureException extends 
ZipException {
      * @since 1.1
      */
     public static class Feature implements java.io.Serializable {
+
+        private static final long serialVersionUID = 4112582948775420359L;
         /**
          * The entry is encrypted.
          */

Reply via email to