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

View File

@ -245,8 +245,6 @@ public void unregister(String pattern) {
/**
* 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 @@ class ListenerThread extends Thread {
super();
}
@Override
public void run() {
try {
while (!interrupted()) {
@ -378,6 +377,7 @@ public Worker(final HttpServerConnection conn) {
this.conn = conn;
}
@Override
public void run() {
HttpContext context = new BasicHttpContext();
try {