Ignore:
Timestamp:
2016-03-14T01:58:27+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Inner classes which do not reference their owning classes should be static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/ListMerger.java

    r9482 r9990  
    416416     * Base class of all other Copy* inner classes.
    417417     */
    418     abstract class CopyAction extends AbstractAction implements ListSelectionListener {
     418    abstract static class CopyAction extends AbstractAction implements ListSelectionListener {
    419419
    420420        protected CopyAction(String icon_name, String action_name, String short_description) {
Note: See TracChangeset for help on using the changeset viewer.