Unnecessary override of tearDown() which did not invoke super.tearDown()

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-01-16 14:26:17 +00:00
parent 86ac6922fc
commit 43ef63586f
1 changed files with 0 additions and 12 deletions

View File

@ -143,18 +143,6 @@ public abstract class ServerTestBase extends BasicServerTestBase {
} // setUp
/**
* Unprepares the local server for testing.
* This stops the test server. All helper objects, including the
* test server, remain stored in the attributes for the next test.
*
* @see #setUp setUp()
*/
@Override
protected void tearDown() throws Exception {
localServer.stop();
}
/**
* Opens a connection to the given target using
* {@link #defaultParams default parameters}.