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:
parent
86ac6922fc
commit
43ef63586f
|
@ -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}.
|
||||
|
|
Loading…
Reference in New Issue