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 2020/09/30 15:12:34 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #5599: Fix JdkObsolete issue

wu-sheng commented on a change in pull request #5599:
URL: https://github.com/apache/skywalking/pull/5599#discussion_r497590118



##########
File path: apm-application-toolkit/apm-toolkit-opentracing/src/main/java/org/apache/skywalking/apm/toolkit/opentracing/SkywalkingSpanBuilder.java
##########
@@ -84,8 +83,10 @@ public SkywalkingSpanBuilder(String operationName) {
                 isExit = false;
             }
         } else if (Tags.PEER_HOST_IPV4.getKey().equals(key) || Tags.PEER_HOST_IPV6.getKey()
-                                                                                  .equals(key) || Tags.PEER_HOSTNAME.getKey()
-                                                                                                                    .equals(key)) {
+                                                                                  .equals(
+                                                                                      key) || Tags.PEER_HOSTNAME.getKey()
+                                                                                                                .equals(
+                                                                                                                    key)) {

Review comment:
       This format seems very strange, please fix.




----------------------------------------------------------------
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.

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