Javadoc; missing @Overrides
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@936334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53d61aa4c6
commit
2e1863f080
|
@ -245,8 +245,6 @@ public class LocalTestServer {
|
|||
|
||||
/**
|
||||
* Starts this test server.
|
||||
* Use {@link #getServicePort getServicePort}
|
||||
* to obtain the port number afterwards.
|
||||
*/
|
||||
public void start() throws Exception {
|
||||
if (servicedSocket != null) {
|
||||
|
@ -331,6 +329,7 @@ public class LocalTestServer {
|
|||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
while (!interrupted()) {
|
||||
|
@ -378,6 +377,7 @@ public class LocalTestServer {
|
|||
this.conn = conn;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
HttpContext context = new BasicHttpContext();
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue