This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new e0a59bd8e7 Fix link annotation(#15563)
e0a59bd8e7 is described below
commit e0a59bd8e7a8c8e4da564bff46fcc67a55381675
Author: co63oc <[email protected]>
AuthorDate: Sun Jul 20 08:38:43 2025 +0800
Fix link annotation(#15563)
---
.../apache/dubbo/common/extension/convert/String2BooleanConverter.java | 2 +-
.../apache/dubbo/common/extension/convert/String2DoubleConverter.java | 2 +-
.../apache/dubbo/common/extension/convert/String2IntegerConverter.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2BooleanConverter.java
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2BooleanConverter.java
index 63aa2b5c79..de26ddd9d7 100644
---
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2BooleanConverter.java
+++
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2BooleanConverter.java
@@ -20,7 +20,7 @@ import org.apache.dubbo.common.convert.Converter;
import org.apache.dubbo.common.convert.StringToBooleanConverter;
/**
- * A {@link Converter} implementation of {@linkg String} to {@link Boolean}
+ * A {@link Converter} implementation of {@link String} to {@link Boolean}
*
* @since 2.7.7
*/
diff --git
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2DoubleConverter.java
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2DoubleConverter.java
index 048496faef..bbbf51e993 100644
---
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2DoubleConverter.java
+++
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2DoubleConverter.java
@@ -20,7 +20,7 @@ import org.apache.dubbo.common.convert.Converter;
import org.apache.dubbo.common.convert.StringToDoubleConverter;
/**
- * A {@link Converter} implementation of {@linkg String} to {@link Double}
+ * A {@link Converter} implementation of {@link String} to {@link Double}
*
* @since 2.7.7
*/
diff --git
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2IntegerConverter.java
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2IntegerConverter.java
index 6e27f0472d..683fe58721 100644
---
a/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2IntegerConverter.java
+++
b/dubbo-common/src/test/java/org/apache/dubbo/common/extension/convert/String2IntegerConverter.java
@@ -20,7 +20,7 @@ import org.apache.dubbo.common.convert.Converter;
import org.apache.dubbo.common.convert.StringToIntegerConverter;
/**
- * A {@link Converter} implementation of {@linkg String} to {@link Integer}
+ * A {@link Converter} implementation of {@link String} to {@link Integer}
*
* @since 2.7.7
*/