类注释整理

This commit is contained in:
egan
2019-04-17 20:24:58 +08:00
parent 5e8c480c34
commit b9c6a82a37
23 changed files with 102 additions and 76 deletions

View File

@@ -16,7 +16,7 @@ public interface CountryCode {
/**
* 获取国家名称
* @return
* @return 国家名称
*/
String getName();
}

View File

@@ -38,7 +38,7 @@ public enum DefaultCountryCode implements CountryCode{
/**
* 获取国家名称
*
* @return
* @return 国家名称
*/
@Override
public String getName() {