Changeset 6830 in josm for trunk/src/org/openstreetmap/josm/io/OsmServerBackreferenceReader.java
- Timestamp:
- 2014-02-10T00:51:53+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmServerBackreferenceReader.java
r6822 r6830 47 47 * constructor 48 48 * 49 * @param primitive the primitive to be read. Must not be null. primitive.id >0 expected49 * @param primitive the primitive to be read. Must not be null. primitive.id > 0 expected 50 50 * 51 51 * @exception IllegalArgumentException thrown if primitive is null 52 * @exception IllegalArgumentException thrown if primitive.id <= 052 * @exception IllegalArgumentException thrown if primitive.id <= 0 53 53 */ 54 54 public OsmServerBackreferenceReader(OsmPrimitive primitive) throws IllegalArgumentException { … … 62 62 * constructor 63 63 * 64 * @param id the id of the primitive. >0 expected64 * @param id the id of the primitive. > 0 expected 65 65 * @param type the type of the primitive. Must not be null. 66 66 * 67 * @exception IllegalArgumentException thrown if id <= 067 * @exception IllegalArgumentException thrown if id <= 0 68 68 * @exception IllegalArgumentException thrown if type is null 69 69 * … … 97 97 * @param readFull true, if referers should be read fully (i.e. including their immediate children) 98 98 * 99 * @exception IllegalArgumentException thrown if id <= 099 * @exception IllegalArgumentException thrown if id <= 0 100 100 * @exception IllegalArgumentException thrown if type is null 101 101 *
Note:
See TracChangeset
for help on using the changeset viewer.
