提交 3befa414 编写于 作者: K kohsuke

indentation fix

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32536 71c3de6d-444a-0410-be80-ed276b4c234a
上级 236a4136
......@@ -120,12 +120,12 @@ public class JellyTestSuiteBuilder {
HudsonTestCase h = new HudsonTestCase("Jelly test wrapper") {};
@Override
protected void setUp() throws Exception {
protected void setUp() throws Exception {
h.setUp();
}
@Override
protected void tearDown() throws Exception {
protected void tearDown() throws Exception {
h.tearDown();
}
......@@ -134,7 +134,7 @@ public class JellyTestSuiteBuilder {
}
@Override
protected void runGroupedTests(final TestResult result) throws Exception {
protected void runGroupedTests(final TestResult result) throws Exception {
h.executeOnServer(new Callable<Object>() {
// this code now inside a request handling thread
public Object call() throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册