remove unimport class

This commit is contained in:
ascrutae 2017-12-14 10:10:51 +08:00
parent 7dd91fff96
commit ad5fd07343
1 changed files with 0 additions and 3 deletions

View File

@ -16,11 +16,8 @@
*
*/
package org.apache.skywalking.apm.agent.core.context.trace;
import java.util.LinkedList;
import java.util.List;
import org.apache.skywalking.apm.agent.core.dictionary.DictionaryUtil;
import org.apache.skywalking.apm.network.proto.SpanObject;
import org.apache.skywalking.apm.network.trace.component.Component;