Fixed check style error

This commit is contained in:
pengys5 2017-09-10 22:22:52 +08:00
parent 51d96d36ee
commit 87754831ae
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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;