You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/07/17 02:13:05 UTC

kylin git commit: KYLIN-2711 code style

Repository: kylin
Updated Branches:
  refs/heads/master dcd12b0ea -> f1247abe9


KYLIN-2711 code style


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f1247abe
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f1247abe
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f1247abe

Branch: refs/heads/master
Commit: f1247abe9597f112665f44434d668fe55a444a1e
Parents: dcd12b0
Author: Li Yang <li...@apache.org>
Authored: Mon Jul 17 10:12:52 2017 +0800
Committer: Li Yang <li...@apache.org>
Committed: Mon Jul 17 10:12:52 2017 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/rest/service/JobServiceTest.java    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f1247abe/server/src/test/java/org/apache/kylin/rest/service/JobServiceTest.java
----------------------------------------------------------------------
diff --git a/server/src/test/java/org/apache/kylin/rest/service/JobServiceTest.java b/server/src/test/java/org/apache/kylin/rest/service/JobServiceTest.java
index fce6027..a509f88 100644
--- a/server/src/test/java/org/apache/kylin/rest/service/JobServiceTest.java
+++ b/server/src/test/java/org/apache/kylin/rest/service/JobServiceTest.java
@@ -26,7 +26,12 @@ import org.apache.kylin.engine.mr.CubingJob;
 import org.apache.kylin.job.constant.JobTimeFilterEnum;
 import org.apache.kylin.job.exception.ExecuteException;
 import org.apache.kylin.job.exception.JobException;
-import org.apache.kylin.job.execution.*;
+import org.apache.kylin.job.execution.AbstractExecutable;
+import org.apache.kylin.job.execution.ExecutableContext;
+import org.apache.kylin.job.execution.ExecutableManager;
+import org.apache.kylin.job.execution.ExecutableState;
+import org.apache.kylin.job.execution.ExecuteResult;
+import org.apache.kylin.job.execution.Output;
 import org.apache.kylin.metadata.project.ProjectInstance;
 import org.junit.Assert;
 import org.junit.Test;