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/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java

    r7937 r8510  
    2727        getContentPane().add(uploadStrategySelectionPanel, BorderLayout.CENTER);
    2828        getContentPane().add(buildControlPanel(), BorderLayout.SOUTH);
    29         setSize(400,400);
     29        setSize(400, 400);
    3030    }
    31 
    3231
    3332    protected JPanel buildControlPanel() {
     
    4241                        try {
    4342                            n = Integer.parseInt(tf.getText());
    44                         } catch(NumberFormatException e) {
     43                        } catch (NumberFormatException e) {
    4544                            Main.error(e);
    4645                            return;
     
    6160    }
    6261
    63     public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCanceledException{
     62    public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCanceledException {
    6463        OsmApi.getOsmApi().initialize(NullProgressMonitor.INSTANCE);
    6564        new UploadStrategySelectionPanelTest().setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.