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/conflict/pair/properties/OperationCancelledException.java

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