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 1c2d23c8 Comment empty block. 1c2d23c8 is described below commit 1c2d23c80b1f7b905dc45b74b75db10d01e62d6c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 13 07:59:05 2023 -0500 Comment empty block. --- src/main/java/org/apache/commons/imaging/palette/Dithering.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/imaging/palette/Dithering.java b/src/main/java/org/apache/commons/imaging/palette/Dithering.java index 50725748..0bb2f67d 100644 --- a/src/main/java/org/apache/commons/imaging/palette/Dithering.java +++ b/src/main/java/org/apache/commons/imaging/palette/Dithering.java @@ -113,5 +113,6 @@ public final class Dithering { } private Dithering() { + // no instances. } }