提交 6cd98231 编写于 作者: S Seiji Sogabe

Removed unused import.

上级 47c61e03
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
*/ */
package hudson.model; package hudson.model;
import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import antlr.ANTLRException; import antlr.ANTLRException;
import hudson.AbortException; import hudson.AbortException;
......
...@@ -2459,7 +2459,6 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl ...@@ -2459,7 +2459,6 @@ public final class Hudson extends Node implements ItemGroup<TopLevelItem>, Stapl
} }
public synchronized void doTestPost( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException { public synchronized void doTestPost( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException {
JSONObject form = req.getSubmittedForm();
rsp.sendRedirect("foo"); rsp.sendRedirect("foo");
} }
......
...@@ -29,7 +29,6 @@ import hudson.util.FormValidation; ...@@ -29,7 +29,6 @@ import hudson.util.FormValidation;
import hudson.Launcher; import hudson.Launcher;
import hudson.Extension; import hudson.Extension;
import hudson.EnvVars; import hudson.EnvVars;
import hudson.Util;
import hudson.slaves.NodeSpecific; import hudson.slaves.NodeSpecific;
import hudson.tools.ToolInstallation; import hudson.tools.ToolInstallation;
import hudson.tools.ToolDescriptor; import hudson.tools.ToolDescriptor;
......
...@@ -61,8 +61,6 @@ import hudson.util.ProcessTree; ...@@ -61,8 +61,6 @@ import hudson.util.ProcessTree;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FilterOutputStream;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.io.InputStreamReader; import java.io.InputStreamReader;
......
...@@ -35,7 +35,7 @@ import hudson.model.Executor; ...@@ -35,7 +35,7 @@ import hudson.model.Executor;
* Gate-keeper that controls access to Hudson's model objects. * Gate-keeper that controls access to Hudson's model objects.
* *
* @author Kohsuke Kawaguchi * @author Kohsuke Kawaguchi
* @see http://hudson.gotdns.com/wiki/display/HUDSON/Making+your+plugin+behave+in+secured+Hudson * @see http://wiki.hudson-ci.org/display/HUDSON/Making+your+plugin+behave+in+secured+Hudson
*/ */
public abstract class ACL { public abstract class ACL {
/** /**
......
...@@ -30,13 +30,10 @@ import hudson.model.Computer; ...@@ -30,13 +30,10 @@ import hudson.model.Computer;
import hudson.model.Hudson; import hudson.model.Hudson;
import hudson.model.TaskListener; import hudson.model.TaskListener;
import hudson.remoting.Channel; import hudson.remoting.Channel;
import hudson.remoting.Channel.Listener;
import hudson.util.DescriptorList; import hudson.util.DescriptorList;
import hudson.util.StreamTaskListener; import hudson.util.StreamTaskListener;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/** /**
* Extension point to allow control over how {@link Computer}s are "launched", * Extension point to allow control over how {@link Computer}s are "launched",
......
/* /*
* The MIT License * The MIT License
* *
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Tom Huybrechts, Yahoo!, Inc. * Copyright (c) 2004-2010, Sun Microsystems, Inc., Tom Huybrechts, Yahoo!, Inc., Seiji Sogabe
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
...@@ -50,7 +50,6 @@ import org.jfree.chart.renderer.category.StackedAreaRenderer; ...@@ -50,7 +50,6 @@ import org.jfree.chart.renderer.category.StackedAreaRenderer;
import org.jfree.data.category.CategoryDataset; import org.jfree.data.category.CategoryDataset;
import org.jfree.ui.RectangleInsets; import org.jfree.ui.RectangleInsets;
import org.kohsuke.stapler.Stapler; import org.kohsuke.stapler.Stapler;
import org.kohsuke.stapler.StaplerRequest;
/** /**
* History of {@link hudson.tasks.test.TestObject} over time. * History of {@link hudson.tasks.test.TestObject} over time.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册