gentoo-ebuilds/dev-java/commons-imaging/files/commons-imaging-1.0_alpha3-PngChunk.javadoc.patch
Volkmar W. Pogatzki 24107635af
dev-java/commons-imaging: patch failing javadoc
Closes: https://bugs.gentoo.org/861767
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2023-12-07 13:51:13 +01:00

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;