Changeset 15504 in josm for trunk/src


Ignore:
Timestamp:
2019-11-03T22:39:24+01:00 (4 years ago)
Author:
Don-vip
Message:

see #16796 - fix 1 forgotten FindBugs violation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxExtension.java

    r15497 r15504  
    99
    1010/**
    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}).
    1212 * @since 15496
    1313 */
    14 public class GpxExtension extends WithAttributes implements GpxConstants {
     14public class GpxExtension extends WithAttributes {
    1515    private final String qualifiedName, prefix, key;
    1616    private IWithAttributes parent;
Note: See TracChangeset for help on using the changeset viewer.