提交 b4df95ce 编写于 作者: P peng-yongsheng

Fixed the check style error.

上级 77e5b65b
...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMGCDispatcher implements SourceDispatcher<ServiceI ...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMGCDispatcher implements SourceDispatcher<ServiceI
} }
private void doInstanceJvmGcTime(ServiceInstanceJVMGC source) { private void doInstanceJvmGcTime(ServiceInstanceJVMGC source) {
InstanceJvmGcTimeIndicator indicator = new InstanceJvmGcTimeIndicator(); InstanceJvmGcTimeIndicator indicator = new InstanceJvmGcTimeIndicator();
indicator.setTimeBucket(source.getTimeBucket()); indicator.setTimeBucket(source.getTimeBucket());
indicator.setId(source.getId()); indicator.setId(source.getId());
......
...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMMemoryDispatcher implements SourceDispatcher<Serv ...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMMemoryDispatcher implements SourceDispatcher<Serv
} }
private void doInstanceJvmMemoryMax(ServiceInstanceJVMMemory source) { private void doInstanceJvmMemoryMax(ServiceInstanceJVMMemory source) {
InstanceJvmMemoryMaxIndicator indicator = new InstanceJvmMemoryMaxIndicator(); InstanceJvmMemoryMaxIndicator indicator = new InstanceJvmMemoryMaxIndicator();
indicator.setTimeBucket(source.getTimeBucket()); indicator.setTimeBucket(source.getTimeBucket());
indicator.setId(source.getId()); indicator.setId(source.getId());
......
...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMMemoryPoolDispatcher implements SourceDispatcher< ...@@ -34,7 +34,7 @@ public class ServiceInstanceJVMMemoryPoolDispatcher implements SourceDispatcher<
} }
private void doInstanceJvmMemoryPoolMax(ServiceInstanceJVMMemoryPool source) { private void doInstanceJvmMemoryPoolMax(ServiceInstanceJVMMemoryPool source) {
InstanceJvmMemoryPoolMaxIndicator indicator = new InstanceJvmMemoryPoolMaxIndicator(); InstanceJvmMemoryPoolMaxIndicator indicator = new InstanceJvmMemoryPoolMaxIndicator();
indicator.setTimeBucket(source.getTimeBucket()); indicator.setTimeBucket(source.getTimeBucket());
indicator.setId(source.getId()); indicator.setId(source.getId());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册