Ignore:
Timestamp:
2015-06-27T21:43:35+02:00 (9 years ago)
Author:
Don-vip
Message:

fix remaining checkstyle issues

File:
1 edited

Legend:

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

    r8518 r8540  
    261261        if ("Linux".equalsIgnoreCase(osName)) {
    262262            try {
    263                 // Try lsb_release (only available on LSB-compliant Linux systems, see https://www.linuxbase.org/lsb-cert/productdir.php?by_prod )
     263                // Try lsb_release (only available on LSB-compliant Linux systems,
     264                // see https://www.linuxbase.org/lsb-cert/productdir.php?by_prod )
    264265                Process p = Runtime.getRuntime().exec("lsb_release -ds");
    265266                try (BufferedReader input = new BufferedReader(new InputStreamReader(p.getInputStream(), StandardCharsets.UTF_8))) {
Note: See TracChangeset for help on using the changeset viewer.