We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1387b99 commit a933289Copy full SHA for a933289
src/main/java/org/apache/commons/text/Builder.java
@@ -80,7 +80,7 @@
80
* @param <T> the type of object that the builder will construct or compute.
81
* @since 1.0
82
* @see Supplier
83
- * @deprecated Use :@link Supplier}.
+ * @deprecated Use {@link Supplier}.
84
*/
85
@Deprecated
86
public interface Builder<T> extends Supplier<T> {
0 commit comments