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/gui/preferences/projection/CustomProjectionChoice.java

    r6854 r6890  
    5858        }
    5959
    60         private void build(String initialText, final ActionListener listener) {
     60        private final void build(String initialText, final ActionListener listener) {
    6161            input = new JosmTextField(30);
    6262            cbInput = new HistoryComboBox();
     
    9696
    9797                @Override
    98                 public boolean isValid() {
     98                public final boolean isValid() {
    9999                    try {
    100100                        CustomProjection test = new CustomProjection();
Note: See TracChangeset for help on using the changeset viewer.