From 265872eddb19fbd0187e486b4abe17a57aeab16b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 7 Dec 2023 17:05:41 +0000 Subject: gentoo auto-resync : 07:12:2023 - 17:05:41 --- .../files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-java/commons-imaging/files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch (limited to 'dev-java/commons-imaging/files') diff --git a/dev-java/commons-imaging/files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch b/dev-java/commons-imaging/files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch new file mode 100644 index 000000000000..03f8074b8f3a --- /dev/null +++ b/dev-java/commons-imaging/files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/861767 +--- a/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java ++++ b/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunk.java +@@ -24,7 +24,7 @@ import org.apache.commons.imaging.common.BinaryFileParser; + * A PNG image is composed of several chunks. This is the base class for the chunks, + * used by the parser. + * +- * @see Portable_Network_Graphics + */ + public class PngChunk extends BinaryFileParser { + public final int length; -- cgit v1.2.3