Skip to content

Commit e0a59bd

Browse files
authored
Fix link annotation(#15563)
1 parent 334d283 commit e0a59bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2BooleanConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.dubbo.common.convert.StringToBooleanConverter;
2121

2222
/**
23-
* A {@link Converter} implementation of {@linkg String} to {@link Boolean}
23+
* A {@link Converter} implementation of {@link String} to {@link Boolean}
2424
*
2525
* @since 2.7.7
2626
*/

dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2DoubleConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.dubbo.common.convert.StringToDoubleConverter;
2121

2222
/**
23-
* A {@link Converter} implementation of {@linkg String} to {@link Double}
23+
* A {@link Converter} implementation of {@link String} to {@link Double}
2424
*
2525
* @since 2.7.7
2626
*/

dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2IntegerConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.apache.dubbo.common.convert.StringToIntegerConverter;
2121

2222
/**
23-
* A {@link Converter} implementation of {@linkg String} to {@link Integer}
23+
* A {@link Converter} implementation of {@link String} to {@link Integer}
2424
*
2525
* @since 2.7.7
2626
*/

0 commit comments

Comments
 (0)