Skip to content

Commit a933289

Browse files
committed
Fix Javadoc @link
1 parent 1387b99 commit a933289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/text/Builder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
* @param <T> the type of object that the builder will construct or compute.
8181
* @since 1.0
8282
* @see Supplier
83-
* @deprecated Use :@link Supplier}.
83+
* @deprecated Use {@link Supplier}.
8484
*/
8585
@Deprecated
8686
public interface Builder<T> extends Supplier<T> {

0 commit comments

Comments
 (0)