Index: trunk/src/org/openstreetmap/josm/gui/PleaseWaitDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/PleaseWaitDialog.java	(revision 11672)
+++ trunk/src/org/openstreetmap/josm/gui/PleaseWaitDialog.java	(revision 11673)
@@ -213,4 +213,5 @@
      * Sets the maximum progress value.
      * @param progressBarMax The value that represents the rightmost point of the progress bar (100%).
+     * @since 11672
      */
     public void setMaximumProgress(int progressBarMax) {
Index: trunk/src/org/openstreetmap/josm/gui/progress/PleaseWaitProgressMonitor.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/progress/PleaseWaitProgressMonitor.java	(revision 11672)
+++ trunk/src/org/openstreetmap/josm/gui/progress/PleaseWaitProgressMonitor.java	(revision 11673)
@@ -26,4 +26,8 @@
         void setVisible(boolean visible);
 
+        /**
+         * Updates the progress value to the specified progress.
+         * @param progress The progress as integer. Between 0 and {@link PleaseWaitProgressMonitor#PROGRESS_BAR_MAX}
+         */
         void updateProgress(int progress);
 
@@ -38,4 +42,7 @@
     }
 
+    /**
+     * The maximum value the progress bar that displays the current progress should have.
+     */
     public static final int PROGRESS_BAR_MAX = 10_000;
     private final Component dialogParent;
