Index: /applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java
===================================================================
--- /applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java	(revision 35430)
+++ /applications/editors/josm/plugins/poly/src/poly/DownloadPolyTask.java	(revision 35431)
@@ -51,5 +51,5 @@
         /**
          * Create new {@link ServerPolyReader}
-         * @param url
+         * @param url the URL
          */
         public ServerPolyReader(String url) {
Index: /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java
===================================================================
--- /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java	(revision 35430)
+++ /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintPlugin.java	(revision 35431)
@@ -108,5 +108,5 @@
      *
      * @param key the preference key
-     * @param the temporary new int value
+     * @param value the temporary new int value
      */
     protected static void adjustPref(String key, int value) {
@@ -123,5 +123,5 @@
      *
      * @param key the preference key
-     * @param the temporary new boolean value
+     * @param value the temporary new boolean value
      */
     protected static void adjustPref(String key, boolean value) {
@@ -138,5 +138,5 @@
      *
      * @param key the preference key
-     * @param the temporary new String value
+     * @param value the temporary new String value
      */
     protected static void adjustPref(String key, String value) {
Index: /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java
===================================================================
--- /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java	(revision 35430)
+++ /applications/editors/josm/plugins/print/src/org/openstreetmap/josm/plugins/print/PrintableMapView.java	(revision 35431)
@@ -92,4 +92,5 @@
     /**
      * Get the map scale that will be used for rendering
+     * @return the map scale that will be used for rendering
      */
     public int getMapScale() {
@@ -107,5 +108,5 @@
      * main MapView, PageFormat and target resolution
      *
-     * @param pageformat the size and orientation of the page being drawn
+     * @param pageFormat the size and orientation of the page being drawn
      */
     public void initialize(PageFormat pageFormat) {
@@ -162,5 +163,5 @@
      * @param page the zero based index of the page to be drawn
      *
-     * @return PAGE_EXISTS for page==0 or NO_SUCH_PAGE for page>0
+     * @return {@code PAGE_EXISTS} for {@code page=0} or {@code NO_SUCH_PAGE} for {@code page>0}
      *
      * @throws PrinterException thrown when the print job is terminated
