Ignore:
Timestamp:
2017-04-09T16:12:33+02:00 (7 years ago)
Author:
bastiK
Message:

see #7427 - add javadoc for getNativeProjections() + move it one class up

File:
1 edited

Legend:

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

    r11863 r11868  
    1212import java.util.ArrayList;
    1313import java.util.Arrays;
    14 import java.util.Collection;
    1514import java.util.List;
    1615import java.util.Locale;
     
    151150    }
    152151
    153     public abstract Collection<String> getNativeProjections();
    154 
    155152    @Override
    156153    public Object getInfoComponent() {
     
    172169                content.add(Arrays.asList(tr("Description"), info.getDescription()));
    173170            }
    174             content.add(Arrays.asList(tr("Native projections"), Utils.join(", ", getNativeProjections())));
    175171            for (List<String> entry: content) {
    176172                panel.add(new JLabel(entry.get(0) + ':'), GBC.std());
Note: See TracChangeset for help on using the changeset viewer.