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:
Sebastian Bazley 2010-04-21 14:45:06 +00:00
parent 53d61aa4c6
commit 2e1863f080
1 changed files with 2 additions and 2 deletions

View File

@ -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 {