wu-sheng commented on a change in pull request #8617:
URL: https://github.com/apache/skywalking/pull/8617#discussion_r818354225
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/source/DefaultScopeDefine.java
##########
@@ -309,6 +316,16 @@ public static boolean inEndpointRelationCatalog(int
scopeId) {
return ENDPOINT_RELATION_CATALOG.containsKey(scopeId);
}
+ /**
+ * Check whether current service belongs process catalog
Review comment:
```suggestion
* Check whether the given scope ID belongs process catalog
```
I think there are several similar typos in `in*Catalog` methods, please fix
them too.
--
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]