Changeset 36088 in osm for applications/editors


Ignore:
Timestamp:
2023-05-30T19:54:00+02:00 (16 months ago)
Author:
stoecker
Message:

fix warnings

Location:
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java

    r35827 r36088  
    123123    /**
    124124     * This method initializes this
    125      *
    126      * @return void
    127125     */
    128126    private void initialize() {
  • applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/TerracerAction.java

    r35978 r36088  
    7777    }
    7878
    79     protected static Set<Relation> findAssociatedStreets(Collection<OsmPrimitive> objects) {
     79    private static Set<Relation> findAssociatedStreets(Collection<OsmPrimitive> objects) {
    8080        Set<Relation> result = new HashSet<>();
    8181        if (objects != null) {
     
    248248    /**
    249249     * Sorts the house number nodes according their numbers only
    250      *
    251      * @param house
    252      *            number nodes
     250     * arguments are house number nodes
    253251     */
    254252    static class HousenumberNodeComparator implements Comparator<Node> {
     
    513511     * @param associatedStreet The associated street. Used to determine if addr:street should be set or not.
    514512     * @param buildingValue The value for {@code building} key to add
    515      * @return {@code outline}
    516513     * @throws UserCancelException if user cancels the operation
    517514     */
Note: See TracChangeset for help on using the changeset viewer.