Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (9 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/progress/PleaseWaitProgressMonitor.java

    r8387 r8509  
    2828        void setCurrentAction(String text);
    2929        void setIndeterminate(boolean newValue);
    30         void appendLogMessage(String message); //TODO Not implemented properly in background monitor, log message will get lost if progress runs in background
     30        // TODO Not implemented properly in background monitor, log message will get lost if progress runs in background
     31        void appendLogMessage(String message);
    3132    }
    3233
     
    4748
    4849    private void doInEDT(Runnable runnable) {
    49         // This must be invoke later even if current thread is EDT because inside there is dialog.setVisible which freeze current code flow until modal dialog is closed
     50        // This must be invoke later even if current thread is EDT because inside there is dialog.setVisible
     51        // which freeze current code flow until modal dialog is closed
    5052        SwingUtilities.invokeLater(runnable);
    5153    }
Note: See TracChangeset for help on using the changeset viewer.