Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/session/SessionWriterTest.java

    r8338 r8510  
    3333            super(layer);
    3434        }
     35
    3536        @Override
    3637        public boolean requiresZip() {
     
    4344            super(layer);
    4445        }
     46
    4547        @Override
    4648        public boolean requiresZip() {
     
    9395        }
    9496        SessionWriter sw = new SessionWriter(layers, -1, exporters, new MultiMap<Layer, Layer>(), zip);
    95         File file = new File(System.getProperty("java.io.tmpdir"), getClass().getName()+(zip?".joz":".jos"));
     97        File file = new File(System.getProperty("java.io.tmpdir"), getClass().getName()+(zip ? ".joz" : ".jos"));
    9698        try {
    9799            sw.write(file);
Note: See TracChangeset for help on using the changeset viewer.