Ignore:
Timestamp:
2017-03-19T15:55:27+01:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - NoWhiteSpaceBefore ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java

    r11587 r11747  
    274274    }
    275275
    276     static boolean isImageFormatSupported(String format, String ... mimeFormats) {
     276    static boolean isImageFormatSupported(String format, String... mimeFormats) {
    277277        for (String mime : mimeFormats) {
    278278            if (format.startsWith("image/" + mime)) {
Note: See TracChangeset for help on using the changeset viewer.