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 22830f74 Javadoc: Remove redundant "java.lang" prefix
22830f74 is described below

commit 22830f74be67e5646cc08f2d628aee5fcdc00960
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 9 10:09:37 2023 -0500

    Javadoc: Remove redundant "java.lang" prefix
---
 src/main/java/org/apache/commons/text/StringEscapeUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/StringEscapeUtils.java 
b/src/main/java/org/apache/commons/text/StringEscapeUtils.java
index 4574249a..ceed7b87 100644
--- a/src/main/java/org/apache/commons/text/StringEscapeUtils.java
+++ b/src/main/java/org/apache/commons/text/StringEscapeUtils.java
@@ -55,7 +55,7 @@ public class StringEscapeUtils {
     /* ESCAPE TRANSLATORS */
 
     /**
-     * Convenience wrapper for {@link java.lang.StringBuilder} providing 
escape methods.
+     * Convenience wrapper for {@link StringBuilder} providing escape methods.
      *
      * <p>Example:</p>
      * <pre>
@@ -703,7 +703,7 @@ public class StringEscapeUtils {
      * Escapes the characters in a {@code String} using XSI rules.
      *
      * <p><b>Beware!</b> In most cases you don't want to escape shell commands 
but use multi-argument
-     * methods provided by {@link java.lang.ProcessBuilder} or {@link 
java.lang.Runtime#exec(String[])}
+     * methods provided by {@link ProcessBuilder} or {@link 
java.lang.Runtime#exec(String[])}
      * instead.</p>
      *
      * <p>Example:</p>

Reply via email to