wu-sheng commented on code in PR #9622:
URL: https://github.com/apache/skywalking/pull/9622#discussion_r972987866
##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/source/DefaultScopeDefine.java:
##########
@@ -163,18 +168,18 @@ private static final void addNewScope(ScopeDeclaration
declaration, Class origin
int id = declaration.id();
if (ID_2_NAME.containsKey(id)) {
throw new UnexpectedException(
- "ScopeDeclaration id=" + id + " at " + originalClass.getName()
+ " has conflict with another named " + ID_2_NAME
- .get(id));
+ "ScopeDeclaration id=" + id + " at " +
originalClass.getName() + " has conflict with another named " + ID_2_NAME
+ .get(id));
Review Comment:
All following changes in this file from here, are not necessary. You seem to
have different format settings compared with others. Maybe it still could pass
format check, but these should not exist in the git changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]