Ignore:
Timestamp:
2016-09-10T16:46:25+02:00 (8 years ago)
Author:
donvip
Message:

fix error-prone warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanvecLayer.java

    r32968 r32969  
    140140    }
    141141
    142     private final class OpenOsmAction extends AbstractAction implements LayerAction {
     142    private static final class OpenOsmAction extends AbstractAction implements LayerAction {
    143143        private CanvecLayer layer;
    144144        private OpenOsmAction(CanvecLayer layer) {
     
    179179    }
    180180
    181     private final class DownloadCanvecAction extends AbstractAction implements LayerAction {
     181    private static final class DownloadCanvecAction extends AbstractAction implements LayerAction {
    182182        private CanvecLayer parent;
    183183        private DownloadCanvecAction(CanvecLayer parent) {
Note: See TracChangeset for help on using the changeset viewer.