Ignore:
Timestamp:
2015-06-02T16:40:38+02:00 (9 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/ReadRemotePluginInformationTask.java

    r8390 r8443  
    317317        List<File> siteCacheFiles = new LinkedList<>();
    318318        for (String location : PluginInformation.getPluginLocations()) {
    319             File [] f = new File(location).listFiles(
     319            File[] f = new File(location).listFiles(
    320320                    new FilenameFilter() {
    321321                        @Override
Note: See TracChangeset for help on using the changeset viewer.