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
The following commit(s) were added to refs/heads/master by this push:
new 48d6e568b No need for FQCN
48d6e568b is described below
commit 48d6e568bd692f1fffd21e2ce920b73c99d253b1
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 7 09:45:19 2025 -0400
No need for FQCN
---
src/test/java/org/apache/commons/lang3/StringUtilsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
index cc803e490..148c46977 100644
--- a/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
@@ -2931,7 +2931,7 @@ void testToRootUpperCase() {
/**
* Tests {@link StringUtils#toString(byte[], String)}
*
- * @throws java.io.UnsupportedEncodingException because the method under
test max throw it
+ * @throws UnsupportedEncodingException because the method under test max
throw it
* @see StringUtils#toString(byte[], String)
*/
@Test