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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new eb1d9f33 Javadoc: Remove redundant "java.lang" prefix
eb1d9f33 is described below
commit eb1d9f33d00be61362ebd51dde025e0893bfa2a7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 9 10:06:21 2023 -0500
Javadoc: Remove redundant "java.lang" prefix
---
.../java/org/apache/commons/digester3/binder/AbstractRulesModule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
index 1e8b46cf..257f0ffe 100644
---
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
+++
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/binder/AbstractRulesModule.java
@@ -33,7 +33,7 @@ public abstract class AbstractRulesModule
/**
* Records an error message which will be presented to the user at a later
time.
*
- * Uses {@link java.lang.String#format(String, Object...)} to insert the
arguments into the message.
+ * Uses {@link String#format(String, Object...)} to insert the arguments
into the message.
*
* @param messagePattern A
* <a
href="http://download.oracle.com/javase/6/docs/api/java/util/Formatter.html#syntax">format
string</a>