Ignore:
Timestamp:
2010-08-03T07:52:26+02:00 (14 years ago)
Author:
jttt
Message:

Show only actions that can work on all selected layers in LayerListDialog popup menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmLoginFailedException.java

    r3083 r3408  
    66    public OsmLoginFailedException() {
    77        super();
    8         // TODO Auto-generated constructor stub
    98    }
    109
    1110    public OsmLoginFailedException(String arg0, Throwable arg1) {
    1211        super(arg0, arg1);
    13         // TODO Auto-generated constructor stub
    1412    }
    1513
    1614    public OsmLoginFailedException(String arg0) {
    1715        super(arg0);
    18         // TODO Auto-generated constructor stub
    1916    }
    2017
    2118    public OsmLoginFailedException(Throwable arg0) {
    2219        super(arg0);
    23         // TODO Auto-generated constructor stub
    2420    }
    2521}
Note: See TracChangeset for help on using the changeset viewer.