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-imaging.git
commit 0042f7646d40551ca817e8edd70eb00566235f6b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 08:21:18 2023 -0400 Fix Javadoc typo --- .../java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java index a1a572f3..28227b2a 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java @@ -61,7 +61,7 @@ public class IptcParser extends BinaryFileParser { * Block types (or Image Resource IDs) that are not recommended to be * interpreted when libraries process Photoshop IPTC metadata. * - * @see <a href="https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/"> Adobe Photoshop File Formats Specification</a> + * @see <a href="https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/">Adobe Photoshop File Formats Specification</a> * @see <a href="https://issues.apache.org/jira/browse/IMAGING-246>IMAGING-246</a> * @since 1.0-alpha2 */