mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-11 04:26:12 +00:00
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 @@ protected void setUp() throws Exception {
|
||||
} // 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…
x
Reference in New Issue
Block a user