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
The following commit(s) were added to refs/heads/master by this push:
new 84559995 Javadoc
84559995 is described below
commit 8455999547c192f19361b44e38c3cf5a5697d464
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 23 11:49:42 2026 -0700
Javadoc
---
src/main/java/org/apache/commons/text/CharacterPredicates.java | 3 +--
src/main/java/org/apache/commons/text/lookup/DefaultStringLookup.java | 2 +-
src/main/java/org/apache/commons/text/numbers/DoubleFormat.java | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/apache/commons/text/CharacterPredicates.java
b/src/main/java/org/apache/commons/text/CharacterPredicates.java
index 30ab18e8..ccaef0e5 100644
--- a/src/main/java/org/apache/commons/text/CharacterPredicates.java
+++ b/src/main/java/org/apache/commons/text/CharacterPredicates.java
@@ -17,8 +17,7 @@
package org.apache.commons.text;
/**
- * Commonly used implementations of {@link CharacterPredicate}. Per the
interface
- * requirements, all implementations are thread safe.
+ * Enumerates commonly used implementations of {@link CharacterPredicate}. Per
the interface requirements, all implementations are thread safe.
*
* @since 1.0
*/
diff --git
a/src/main/java/org/apache/commons/text/lookup/DefaultStringLookup.java
b/src/main/java/org/apache/commons/text/lookup/DefaultStringLookup.java
index 6b834102..15583542 100644
--- a/src/main/java/org/apache/commons/text/lookup/DefaultStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/DefaultStringLookup.java
@@ -17,7 +17,7 @@
package org.apache.commons.text.lookup;
/**
- * An enumeration defining {@link StringLookup} objects available through
{@link StringLookupFactory}.
+ * Enumerates {@link StringLookup} objects available through {@link
StringLookupFactory}.
* <p>
* This enum was adapted and expanded from Apache Commons Configuration 2.4.
* </p>
diff --git a/src/main/java/org/apache/commons/text/numbers/DoubleFormat.java
b/src/main/java/org/apache/commons/text/numbers/DoubleFormat.java
index 214f380f..01b0076c 100644
--- a/src/main/java/org/apache/commons/text/numbers/DoubleFormat.java
+++ b/src/main/java/org/apache/commons/text/numbers/DoubleFormat.java
@@ -23,7 +23,7 @@ import java.util.function.Function;
import java.util.function.Supplier;
/**
- * Enum containing standard double format types with methods to produce
+ * Enumerates standard double format types with methods to produce
* configured formatter instances. This type is intended to provide a
* quick and convenient way to create lightweight, thread-safe double format
functions
* for common format types using a builder pattern. Output can be localized by