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 2018/04/11 15:23:51 UTC

[GitHub] wu-sheng commented on a change in pull request #1069: Replaced ObjectUtils for java.utils.Objects methods

wu-sheng commented on a change in pull request #1069: Replaced ObjectUtils for java.utils.Objects methods
URL: https://github.com/apache/incubator-skywalking/pull/1069#discussion_r180792253
 
 

 ##########
 File path: apm-collector/apm-collector-analysis/analysis-register/register-provider/src/main/java/org/apache/skywalking/apm/collector/analysis/register/provider/service/InstanceIDService.java
 ##########
 @@ -28,11 +28,12 @@
 import org.apache.skywalking.apm.collector.core.module.ModuleManager;
 import org.apache.skywalking.apm.collector.core.util.BooleanUtils;
 import org.apache.skywalking.apm.collector.core.util.Const;
-import org.apache.skywalking.apm.collector.core.util.ObjectUtils;
 import org.apache.skywalking.apm.collector.storage.table.register.Instance;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import static java.util.Objects.isNull;
 
 Review comment:
   We should keep the codes style same. Do we `import static` or not?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services