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 f9b403a6 Remove trailing whitespace f9b403a6 is described below commit f9b403a6eb0461ef677ef0437bdbf19cfab8f2ba Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 10 13:02:11 2023 -0500 Remove trailing whitespace --- .../org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java b/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java index e12ef11f..75cd9dd2 100644 --- a/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java +++ b/src/main/java/org/apache/commons/imaging/formats/jpeg/segments/ComSegment.java @@ -31,7 +31,7 @@ public class ComSegment extends GenericSegment { /** * Returns a copy of the comment. - * + * * @return a copy of the comment's bytes */ public byte[] getComment() {