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-text.git
commit c7c1703a2746a6023a88bffaed1478f340609e58 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 23 09:30:24 2024 -0400 Javadoc --- src/main/java/org/apache/commons/text/StrLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/StrLookup.java b/src/main/java/org/apache/commons/text/StrLookup.java index 1ae41a48..dcfcc17f 100644 --- a/src/main/java/org/apache/commons/text/StrLookup.java +++ b/src/main/java/org/apache/commons/text/StrLookup.java @@ -210,7 +210,7 @@ public abstract class StrLookup<V> implements StringLookup { } /** - * Constructs a new instance. + * Constructs a new instance for subclasses. */ protected StrLookup() { }