Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (9 years ago)
Author:
Don-vip
Message:

convention - An open curly brace should be located at the end of a line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/CredentialDialog.java

    r8285 r8395  
    343343        protected JTextField nextTF;
    344344
    345         public TFKeyListener (CredentialDialog owner, JTextField currentTF, JTextField nextTF)
    346         {
     345        public TFKeyListener (CredentialDialog owner, JTextField currentTF, JTextField nextTF) {
    347346            this.owner = owner;
    348347            this.currentTF = currentTF;
     
    368367
    369368        @Override
    370         public void keyReleased ( KeyEvent e ){
     369        public void keyReleased(KeyEvent e) {
    371370        }
    372371
Note: See TracChangeset for help on using the changeset viewer.