Index: /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java
===================================================================
--- /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java	(revision 36087)
+++ /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java	(revision 36088)
@@ -123,6 +123,4 @@
     /**
      * This method initializes this
-     *
-     * @return void
      */
     private void initialize() {
Index: /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java
===================================================================
--- /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java	(revision 36087)
+++ /applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java	(revision 36088)
@@ -77,5 +77,5 @@
     }
 
-    protected static Set<Relation> findAssociatedStreets(Collection<OsmPrimitive> objects) {
+    private static Set<Relation> findAssociatedStreets(Collection<OsmPrimitive> objects) {
         Set<Relation> result = new HashSet<>();
         if (objects != null) {
@@ -248,7 +248,5 @@
     /**
      * Sorts the house number nodes according their numbers only
-     *
-     * @param house
-     *            number nodes
+     * arguments are house number nodes
      */
     static class HousenumberNodeComparator implements Comparator<Node> {
@@ -513,5 +511,4 @@
      * @param associatedStreet The associated street. Used to determine if addr:street should be set or not.
      * @param buildingValue The value for {@code building} key to add
-     * @return {@code outline}
      * @throws UserCancelException if user cancels the operation
      */
