Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

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

    r8509 r8510  
    192192     * @see JOptionPane#ERROR_MESSAGE
    193193     */
    194     public static void showMessageDialog(String preferenceKey, Component parent, Object message, String title,int messageType) {
     194    public static void showMessageDialog(String preferenceKey, Component parent, Object message, String title, int messageType) {
    195195        if (getDialogReturnValue(preferenceKey) == Integer.MAX_VALUE)
    196196            return;
Note: See TracChangeset for help on using the changeset viewer.