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.
|
* Starts this test server.
|
||||||
* Use {@link #getServicePort getServicePort}
|
|
||||||
* to obtain the port number afterwards.
|
|
||||||
*/
|
*/
|
||||||
public void start() throws Exception {
|
public void start() throws Exception {
|
||||||
if (servicedSocket != null) {
|
if (servicedSocket != null) {
|
||||||
|
@ -331,6 +329,7 @@ public class LocalTestServer {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
while (!interrupted()) {
|
while (!interrupted()) {
|
||||||
|
@ -378,6 +377,7 @@ public class LocalTestServer {
|
||||||
this.conn = conn;
|
this.conn = conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
HttpContext context = new BasicHttpContext();
|
HttpContext context = new BasicHttpContext();
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue