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-codec.git
The following commit(s) were added to refs/heads/master by this push: new d8b6a1c1 Normalize setter Javadoc d8b6a1c1 is described below commit d8b6a1c1738208d64ccd64a37e45849874292ea3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 31 07:00:02 2023 -0400 Normalize setter Javadoc --- src/main/java/org/apache/commons/codec/digest/XXHash32.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/digest/XXHash32.java b/src/main/java/org/apache/commons/codec/digest/XXHash32.java index f2d4af8d..856cdfc5 100644 --- a/src/main/java/org/apache/commons/codec/digest/XXHash32.java +++ b/src/main/java/org/apache/commons/codec/digest/XXHash32.java @@ -70,7 +70,7 @@ public class XXHash32 implements Checksum { private int pos; - /** Set to true when the state array has been updated since the last reset. */ + /** Sets to true when the state array has been updated since the last reset. */ private boolean stateUpdated; /**