Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticPropertiesPanel.java

    r6335 r6883  
    5555    }
    5656
    57 
     57    /**
     58     * Constructs a new {@code FullyAutomaticPropertiesPanel}.
     59     */
    5860    public FullyAutomaticPropertiesPanel() {
    5961        setLayout(new GridBagLayout());
     
    7274    }
    7375
    74     static private class UserNameValidator extends AbstractTextComponentValidator {
     76    private static class UserNameValidator extends AbstractTextComponentValidator {
    7577
    7678        public UserNameValidator(JTextComponent tc) {
Note: See TracChangeset for help on using the changeset viewer.