Ignore:
Timestamp:
2014-10-15T00:24:51+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/SystemExecuteAction.java

    r30646 r30722  
    3838
    3939                    while ((line = br.readLine()) != null) {
    40                         System.out.println(getClass().getSimpleName() + ": " +  line);
     40                        Main.info(getClass().getSimpleName() + ": " +  line);
    4141                    }
    4242
    43                     System.out.println(getClass().getSimpleName() + "Program terminated!");
    44                 } catch (Throwable t) {
     43                    Main.info(getClass().getSimpleName() + "Program terminated!");
     44                } catch (Exception t) {
    4545                    Main.error(t);
    4646                }
Note: See TracChangeset for help on using the changeset viewer.