Ignore:
Timestamp:
2009-12-30T20:18:59+01:00 (14 years ago)
Author:
stoecker
Message:

fix bad line endings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java

    r2689 r2711  
    208208    /**
    209209     * Builds a default tooltip text for the primitive <code>primitive</code>.
    210      * 
     210     *
    211211     * @param primitive the primitmive
    212212     * @return the tooltip text
     
    244244    }
    245245
    246 
    247246    /**
    248247     * Decorates the name of primitive with its id, if the preference
    249248     * <tt>osm-primitives.showid</tt> is set.
    250      * 
     249     *
    251250     * The id is append to the {@see StringBuilder} passed in in <code>name</code>.
    252251     *
     
    259258        }
    260259    }
    261 
    262260
    263261    /**
     
    324322        return sb.toString();
    325323    }
    326 
    327324
    328325    /**
     
    373370    /**
    374371     * Builds a default tooltip text for an HistoryOsmPrimitive <code>primitive</code>.
    375      * 
     372     *
    376373     * @param primitive the primitmive
    377374     * @return the tooltip text
Note: See TracChangeset for help on using the changeset viewer.