提交 ae70e829 编写于 作者: C Christoph Kutzinski

removed unused logger

上级 bf2f2149
...@@ -48,7 +48,6 @@ import java.util.HashMap; ...@@ -48,7 +48,6 @@ import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import java.util.TreeMap; import java.util.TreeMap;
import java.util.logging.Logger;
/** /**
* Root of all the test results for one build. * Root of all the test results for one build.
...@@ -56,7 +55,6 @@ import java.util.logging.Logger; ...@@ -56,7 +55,6 @@ import java.util.logging.Logger;
* @author Kohsuke Kawaguchi * @author Kohsuke Kawaguchi
*/ */
public final class TestResult extends MetaTabulatedResult { public final class TestResult extends MetaTabulatedResult {
private static final Logger LOGGER = Logger.getLogger(TestResult.class.getName());
/** /**
* List of all {@link SuiteResult}s in this test. * List of all {@link SuiteResult}s in this test.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册