- Timestamp:
- 2019-11-03T22:39:24+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxExtension.java
r15497 r15504 9 9 10 10 /** 11 * A GpxExtension that has attributes and child extensions (implements {@link IWithAttributes}). 11 * A GpxExtension that has attributes and child extensions (implements {@link IWithAttributes} and {@link GpxConstants}). 12 12 * @since 15496 13 13 */ 14 public class GpxExtension extends WithAttributes implements GpxConstants{14 public class GpxExtension extends WithAttributes { 15 15 private final String qualifiedName, prefix, key; 16 16 private IWithAttributes parent;
Note:
See TracChangeset
for help on using the changeset viewer.