This is an automated email from the ASF dual-hosted git repository.
carryxyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new c2c772e fix typo:fro (#5488)
c2c772e is described below
commit c2c772e1a13fd95c2b53728e5cd6e45d9a3a8ae6
Author: LiosWong <[email protected]>
AuthorDate: Mon Dec 16 11:55:51 2019 +0800
fix typo:fro (#5488)
fix typo
---
dubbo-common/src/main/java/org/apache/dubbo/common/Version.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-common/src/main/java/org/apache/dubbo/common/Version.java
b/dubbo-common/src/main/java/org/apache/dubbo/common/Version.java
index 581869c..6116b49 100644
--- a/dubbo-common/src/main/java/org/apache/dubbo/common/Version.java
+++ b/dubbo-common/src/main/java/org/apache/dubbo/common/Version.java
@@ -172,7 +172,7 @@ public final class Version {
}
}
- // guess version fro jar file name if nothing's found from
MANIFEST.MF
+ // guess version from jar file name if nothing's found from
MANIFEST.MF
CodeSource codeSource = cls.getProtectionDomain().getCodeSource();
if (codeSource == null) {
logger.info("No codeSource for class " + cls.getName() + "
when getVersion, use default version " + defaultVersion);