mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
Closes: https://bugs.gentoo.org/861767 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
12 lines
734 B
Diff
12 lines
734 B
Diff
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 <a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics#%22Chunks%22_within_the_file>Portable_Network_Graphics</a>
|
|
+ * @see <a href="https://en.wikipedia.org/wiki/Portable_Network_Graphics#%22Chunks%22_within_the_file">Portable_Network_Graphics</a>
|
|
*/
|
|
public class PngChunk extends BinaryFileParser {
|
|
public final int length;
|