-
Notifications
You must be signed in to change notification settings - Fork 826
fixed typos and removed unnecessary imports #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: eric-lee-ltk <lidagang1@huawei.com>
|
||
String nameKey = "name"; | ||
|
||
String qulifiedServiceNameKey = serviceDescriptionKey + "." + nameKey; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be better if we use the up case letter to specify the constant string name. Such as QUALIFIED_SERVICE_NAME_KEY can let the user know it's a constant string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems constants in DefinitionConst.java
are all in camel case. Besides, there are some duplicate constants in DefinitionConst.java
and ServiceCombConstants.java
. Maybe another PR for this as it may affect others and this PR is mainly focus on misspell issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, you can fill a JIRA to check this issue.
Signed-off-by: eric-lee-ltk lidagang1@huawei.com