Changeset 5473 in josm


Ignore:
Timestamp:
2012-08-23T17:26:10+02:00 (12 years ago)
Author:
stoecker
Message:

fix typo

File:
1 edited

Legend:

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

    r5417 r5473  
    1 // License: GPL. For details, see LICENSE file.
    21package org.openstreetmap.josm.data.osm;
    32
     
    370369
    371370    /**
    372      * Checks if objects is known to the server.
     371     * Checks if object is known to the server.
    373372     * Replies true if this primitive is either unknown to the server (i.e. its id
    374373     * is 0) or it is known to the server and it hasn't be deleted on the server.
Note: See TracChangeset for help on using the changeset viewer.