Index: /applications/editors/josm/plugins/ywms/src/org/openstreetmap/josm/plugins/ywms/RequestProcessor.java
===================================================================
--- /applications/editors/josm/plugins/ywms/src/org/openstreetmap/josm/plugins/ywms/RequestProcessor.java	(revision 3572)
+++ /applications/editors/josm/plugins/ywms/src/org/openstreetmap/josm/plugins/ywms/RequestProcessor.java	(revision 3573)
@@ -20,4 +20,5 @@
 public class RequestProcessor extends Thread 
 {
+	/** The socket this processor listens */
 	private Socket request;
   
@@ -26,5 +27,4 @@
 	 * 
 	 * @param request The WMS request
-	 * @param pluginDir The directory of the plugin
 	 */
 	public RequestProcessor(Socket request) 
@@ -119,4 +119,6 @@
 	/**
 	 * Sends a 500 error: server error
+	 * @param out The writer where the error is written
+	 * @throws IOException If the error can not be written
 	 */
 	private void sendError(Writer out) throws IOException
@@ -134,4 +136,6 @@
 	/**
 	 * Sends a 501 error: not implemented
+	 * @param out The writer where the error is written
+	 * @throws IOException If the error can not be written
 	 */
 	private void sendNotImplemented(Writer out) throws IOException
