You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2019/08/16 14:30:01 UTC

[commons-compress] 01/02: this class looks wierd nowadays

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 1f5fed36ffbe5c58186239d428589b8437011931
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Fri Aug 16 15:22:08 2019 +0200

    this class looks wierd nowadays
---
 .../org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java b/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java
index aa54bac..3985972 100644
--- a/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java
+++ b/src/main/java/org/apache/commons/compress/archivers/zip/ExtraFieldUtils.java
@@ -306,6 +306,9 @@ public class ExtraFieldUtils {
      * "enum" for the possible actions to take if the extra field
      * cannot be parsed.
      *
+     * <p>This class has been created long before Java 5 and would
+     * have been a real enum ever since.</p>
+     *
      * @since 1.1
      */
     public static final class UnparseableExtraField implements UnparseableExtraFieldBehavior {