- Timestamp:
- 2020-05-16T00:08:00+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmData.java
r14169 r16417 132 132 * @param <T> The primitive type. 133 133 * @param predicate The predicate to match 134 * @return The list of prim tives.134 * @return The list of primitives. 135 135 * @since 10590 136 136 */ -
trunk/src/org/openstreetmap/josm/data/osm/SimplePrimitiveId.java
r13969 r16417 31 31 32 32 /** 33 * Create a new prim tive id33 * Create a new primitive id 34 34 * @param id The id 35 35 * @param type The type of the primitive -
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/KeyedItem.java
r16276 r16417 132 132 /** 133 133 * Check if we encountered any primitive that had any keys 134 * @return <code>true</code> if any of the prim tives had any tags.134 * @return <code>true</code> if any of the primitives had any tags. 135 135 */ 136 136 public boolean hadKeys() {
Note:
See TracChangeset
for help on using the changeset viewer.