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-lang.git
commit 74789683ee2823b42831ecf4b5d06b2ddac0f287 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 12 08:47:53 2023 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/concurrent/Memoizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/concurrent/Memoizer.java b/src/main/java/org/apache/commons/lang3/concurrent/Memoizer.java index 51b05526f..0e5f38117 100644 --- a/src/main/java/org/apache/commons/lang3/concurrent/Memoizer.java +++ b/src/main/java/org/apache/commons/lang3/concurrent/Memoizer.java @@ -36,7 +36,7 @@ import org.apache.commons.lang3.exception.ExceptionUtils; * set the class will return the cached exception. * </p> * <p> - * Thanks should go to Brian Goetz, Tim Peierls and the members of JCP JSR-166 Expert Group for coming up with the + * Thanks go to Brian Goetz, Tim Peierls and the members of JCP JSR-166 Expert Group for coming up with the * original implementation of the class. It was also published within Java Concurrency in Practice as a sample. * </p> *