You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/02/24 02:58:38 UTC

[incubator-skywalking] branch scope-refactor updated: Fix generated code style

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch scope-refactor
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/scope-refactor by this push:
     new ac5e87d  Fix generated code style
ac5e87d is described below

commit ac5e87de041909ca0aa5f2bca1297e756d1c0d9e
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Feb 24 10:58:26 2019 +0800

    Fix generated code style
---
 .../src/main/resources/code-templates/IndicatorImplementor.ftl           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/oap-server/generate-tool/src/main/resources/code-templates/IndicatorImplementor.ftl b/oap-server/generate-tool/src/main/resources/code-templates/IndicatorImplementor.ftl
index 0af3768..8fe2b5a 100644
--- a/oap-server/generate-tool/src/main/resources/code-templates/IndicatorImplementor.ftl
+++ b/oap-server/generate-tool/src/main/resources/code-templates/IndicatorImplementor.ftl
@@ -36,7 +36,6 @@ import org.apache.skywalking.oap.server.core.remote.annotation.StreamData;
 import org.apache.skywalking.oap.server.core.remote.grpc.proto.RemoteData;
 import org.apache.skywalking.oap.server.core.storage.annotation.*;
 import org.apache.skywalking.oap.server.core.storage.StorageBuilder;
-import org.apache.skywalking.oap.server.core.source.DefaultScopeDefine;
 
 /**
  * This class is auto generated. Please don't change this class manually.