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 efc397783dd5265198388643ad77b0c294455fb8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 13 13:58:31 2023 -0500

    Javadoc: Close HTML tag
---
 .../commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
 
b/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
index a0ff3cc8..632f4d79 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataInterpreterJpeg.java
@@ -50,6 +50,7 @@ final class DataInterpreterJpeg {
      * definition from the source. The reason for that approach
      * is to simplify some of the logic in the legacy code by
      * eliminating bounds-checking in the transfer loops.
+     * </p>
      *
      * @param directory the source directory containing JPEG tables
      * @param workingBuilder the output image-builder to receive pixels.

Reply via email to