Ignore:
Timestamp:
2014-02-27T02:50:12+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (Constructor Calls Overridable Method)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SessionSaveAsAction.java

    r6643 r6890  
    166166         * Initializes action.
    167167         */
    168         public void initialize() {
     168        public final void initialize() {
    169169            layers = new ArrayList<Layer>(Main.map.mapView.getAllLayersAsList());
    170170            exporters = new HashMap<Layer, SessionLayerExporter>();
     
    205205        }
    206206
    207         protected Component build() {
     207        protected final Component build() {
    208208            JPanel p = new JPanel(new GridBagLayout());
    209209            JPanel ip = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.