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
The following commit(s) were added to refs/heads/master by this push:
new ad6aa2f1 Javadoc: Empty Javadoc line before the 1st tag.
ad6aa2f1 is described below
commit ad6aa2f1caeceeb7c4c9c27bb39c2c67e647ff86
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:45:39 2025 -0500
Javadoc: Empty Javadoc line before the 1st tag.
---
.../org/apache/commons/imaging/formats/tiff/write/TiffOutputField.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputField.java
b/src/main/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputField.java
index 4e26c8e9..4a8ff4cd 100644
---
a/src/main/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputField.java
+++
b/src/main/java/org/apache/commons/imaging/formats/tiff/write/TiffOutputField.java
@@ -64,6 +64,7 @@ public class TiffOutputField {
/**
* Return a copy of the data in this TIFF output field.
+ *
* @return a copy of the data in this TIFF output field.
*/
public byte[] getData() {