Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java	(revision 9747)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java	(revision 9748)
@@ -169,7 +169,7 @@
     /**
      * Constructs a new {@code TagEditHelper}.
-     * @param tagTable
-     * @param propertyData
-     * @param valueCount
+     * @param tagTable tag table
+     * @param propertyData table model
+     * @param valueCount tag value count
      */
     public TagEditHelper(JTable tagTable, DefaultTableModel propertyData, Map<String, Map<String, Integer>> valueCount) {
Index: /trunk/src/org/openstreetmap/josm/io/NoteImporter.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/NoteImporter.java	(revision 9747)
+++ /trunk/src/org/openstreetmap/josm/io/NoteImporter.java	(revision 9748)
@@ -60,6 +60,6 @@
      * @param progressMonitor handler for progress monitoring and canceling
      * @return note layer
-     * @throws IOException
-     * @throws SAXException
+     * @throws IOException if any I/O error occurs
+     * @throws SAXException if any SAX error occurs
      * @since 9746
      */
