Changeset 16657 in josm


Ignore:
Timestamp:
2020-06-16T18:58:46+02:00 (4 years ago)
Author:
simon04
Message:

Fix typos in Javadoc

Location:
trunk
Files:
4 edited

Legend:

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

    r16453 r16657  
    489489     * Builds a default tooltip text for the primitive <code>primitive</code>.
    490490     *
    491      * @param primitive the primitmive
     491     * @param primitive the primitive
    492492     * @return the tooltip text
    493493     */
     
    647647     * Builds a default tooltip text for an HistoryOsmPrimitive <code>primitive</code>.
    648648     *
    649      * @param primitive the primitmive
     649     * @param primitive the primitive
    650650     * @return the tooltip text
    651651     */
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/MemberTableModel.java

    r16438 r16657  
    673673    /**
    674674     * Selects all members which refer to {@link OsmPrimitive}s in the collections
    675      * <code>primitmives</code>. Does nothing is primitives is null.
     675     * <code>primitives</code>. Does nothing is primitives is null.
    676676     *
    677677     * @param primitives the collection of primitives
  • trunk/test/unit/org/openstreetmap/josm/data/osm/DataSetMergerTest.java

    r14922 r16657  
    7474
    7575    /**
    76      * two identical nodes, even in id and version. No confict expected.
     76     * two identical nodes, even in id and version. No conflict expected.
    7777     *
    7878     * Can happen if data is loaded in two layers and then merged from one layer
  • trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java

    r16617 r16657  
    490490        TimeZone.setDefault(DateUtils.UTC);
    491491
    492         // Force log handers to reacquire reference to (junit's fake) stdout/stderr
     492        // Force log handlers to reacquire reference to (junit's fake) stdout/stderr
    493493        for (Handler handler : Logging.getLogger().getHandlers()) {
    494494            if (handler instanceof Logging.ReacquiringConsoleHandler) {
     
    700700
    701701    /**
    702      * The junit timeout statement has problems when switchting timezones. This one does not.
     702     * The junit timeout statement has problems when switching timezones. This one does not.
    703703     * @author Michael Zangl
    704704     */
Note: See TracChangeset for help on using the changeset viewer.