Ignore:
Timestamp:
2016-10-30T00:38:36+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fix some recent warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java

    r11162 r11191  
    407407        Path templateFile = FileSystems.getDefault().getPath(javaLibPath, templateFileName);
    408408        if (!Files.isReadable(templateFile)) {
    409             Main.warn("extended font config - unable to find font config template file "+templateFile.toString());
     409            Main.warn("extended font config - unable to find font config template file {0}", templateFile.toString());
    410410            return;
    411411        }
Note: See TracChangeset for help on using the changeset viewer.