Ignore:
Timestamp:
2012-11-01T11:33:12+01:00 (11 years ago)
Author:
bastiK
Message:

remove old migration code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/SingleProjectionChoice.java

    r5234 r5546  
    1515 * The GUI is an empty panel.
    1616 */
    17 public class SingleProjectionChoice implements ProjectionChoice, Alias {
     17public class SingleProjectionChoice implements ProjectionChoice {
    1818
    1919    private String id;
     
    7272            return null;
    7373    }
    74 
    75     @Override
    76     public String getAlias() {
    77         return projection.getClass().getName();
    78     }
    7974}
Note: See TracChangeset for help on using the changeset viewer.