You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/02 08:14:33 UTC

[GitHub] [skywalking] arugal commented on a change in pull request #8789: Add template of Function

arugal commented on a change in pull request #8789:
URL: https://github.com/apache/skywalking/pull/8789#discussion_r841040100



##########
File path: oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/Layer.java
##########
@@ -148,6 +150,10 @@ public static Layer valueOf(int value) {
         return layer;
     }
 
+    public static Layer nameOf(String name) {
+        return DICTIONARY_NAME.get(name);
+    }

Review comment:
       done




-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org