Fixed check style error
This commit is contained in:
parent
51d96d36ee
commit
87754831ae
|
|
@ -2,7 +2,6 @@ package org.skywalking.apm.collector.queue;
|
|||
|
||||
import java.util.List;
|
||||
import org.skywalking.apm.collector.core.client.Client;
|
||||
import org.skywalking.apm.collector.core.client.DataMonitor;
|
||||
import org.skywalking.apm.collector.core.framework.Handler;
|
||||
import org.skywalking.apm.collector.core.module.ModuleDefine;
|
||||
import org.skywalking.apm.collector.core.module.ModuleRegistration;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package org.skywalking.apm.network.trace.component;
|
|||
/**
|
||||
* @author wusheng
|
||||
*/
|
||||
public class OfficialComponent implements Component{
|
||||
public class OfficialComponent implements Component {
|
||||
private int id;
|
||||
private String name;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue