Ignore:
Timestamp:
2015-05-09T12:49:35+02:00 (8 years ago)
Author:
Don-vip
Message:

code style - Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r8291 r8342  
    273273                        }
    274274                    }
    275                 }
    276                 catch(Exception e) {
     275                } catch(Exception e) {
    277276                    Main.error(e);
    278277                }
Note: See TracChangeset for help on using the changeset viewer.