- Timestamp:
- 2017-11-09T21:34:45+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java
r13095 r13105 515 515 * @see OsmPrimitive#getUniqueId() 516 516 */ 517 public static long parent_osm_id(final Environment env) { // NO_UCD (unused code)517 public static Long parent_osm_id(final Environment env) { // NO_UCD (unused code) 518 518 return env.parent == null ? null : env.parent.getUniqueId(); 519 519 }
Note:
See TracChangeset
for help on using the changeset viewer.