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 a9332893 Fix Javadoc @link
a9332893 is described below

commit a9332893f51f79459b68e46d152342502eeac0a6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 06:32:43 2025 -0500

    Fix Javadoc @link
---
 src/main/java/org/apache/commons/text/Builder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/Builder.java 
b/src/main/java/org/apache/commons/text/Builder.java
index 30063d18..c0405b9a 100644
--- a/src/main/java/org/apache/commons/text/Builder.java
+++ b/src/main/java/org/apache/commons/text/Builder.java
@@ -80,7 +80,7 @@ import java.util.function.Supplier;
  * @param <T> the type of object that the builder will construct or compute.
  * @since 1.0
  * @see Supplier
- * @deprecated Use :@link Supplier}.
+ * @deprecated Use {@link Supplier}.
  */
 @Deprecated
 public interface Builder<T> extends Supplier<T> {

Reply via email to