Ignore:
Timestamp:
2015-05-17T03:24:57+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - remove useless calls to toString()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/RestartAction.java

    r8357 r8376  
    9999                List<String> arguments = ManagementFactory.getRuntimeMXBean().getInputArguments();
    100100                if (Main.isDebugEnabled()) {
    101                     Main.debug("VM arguments: "+arguments.toString());
     101                    Main.debug("VM arguments: "+arguments);
    102102                }
    103103                for (String arg : arguments) {
Note: See TracChangeset for help on using the changeset viewer.