This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 4948377 Revert "Use diamond notation." 4948377 is described below commit 49483778bd37118a1dd38d9e4adfcf8584e404ff Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 26 11:57:53 2021 -0500 Revert "Use diamond notation." This reverts commit 7215001ea83024b8211b2be3d4619992bbd476d8. --- src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java b/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java index b649c9f..e2fe69a 100644 --- a/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java +++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java @@ -44,7 +44,7 @@ import org.tukaani.xz.SPARCOptions; import org.tukaani.xz.X86Options; class Coders { - private static final Map<SevenZMethod, CoderBase> CODER_MAP = new HashMap<>() { + private static final Map<SevenZMethod, CoderBase> CODER_MAP = new HashMap<SevenZMethod, CoderBase>() { private static final long serialVersionUID = 1664829131806520867L; {