Ignore:
Timestamp:
2019-09-24T17:50:54+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18160 - Ask layers for source, don't hardcode source for layer types (patch by taylor.smock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/Layer.java

    r14153 r15371  
    675675    }
    676676
     677    /**
     678     * Get the source for the layer
     679     * @return The string for the changeset source tag or {@code null}
     680     * @since 15371
     681     */
     682    public String getChangesetSourceTag() {
     683        return null;
     684    }
     685
    677686    @Override
    678687    public String toString() {
Note: See TracChangeset for help on using the changeset viewer.