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 2018/10/17 08:17:31 UTC

[incubator-skywalking-oal-tool] branch master updated: Fix ci.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1536585  Fix ci.
1536585 is described below

commit 15365851d74841f0fd57bbd1ce6676bb9e26df50
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Oct 17 16:17:24 2018 +0800

    Fix ci.
---
 oal-parser/src/main/resources/code-templates/IndicatorImplementor.ftl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/oal-parser/src/main/resources/code-templates/IndicatorImplementor.ftl b/oal-parser/src/main/resources/code-templates/IndicatorImplementor.ftl
index 8573de8..6f8240e 100644
--- a/oal-parser/src/main/resources/code-templates/IndicatorImplementor.ftl
+++ b/oal-parser/src/main/resources/code-templates/IndicatorImplementor.ftl
@@ -81,7 +81,6 @@ public class ${metricName}Indicator extends ${indicatorClassName} implements Ala
         return result;
     }
 
-
     @Override public int remoteHashCode() {
         int result = 17;
 <#list fieldsFromSource as sourceField>