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/tools/template_engine/TemplateEngineTest.java

    r8509 r8510  
    9393            }
    9494        }
     95
    9596        @Override
    9697        public boolean evaluateCondition(Match condition) {
    9798            return true;
    9899        }
     100
    99101        @Override
    100102        public List<String> getTemplateKeys() {
     
    245247    }
    246248
    247     @Test(expected=ParseError.class)
     249    @Test(expected = ParseError.class)
    248250    public void testErrorsNot() throws ParseError {
    249251        TemplateParser parser = new TemplateParser("!{-parent() '{name}'}");
     
    251253    }
    252254
    253     @Test(expected=ParseError.class)
     255    @Test(expected = ParseError.class)
    254256    public void testErrorOr() throws ParseError {
    255257        TemplateParser parser = new TemplateParser("!{parent() | type=type1 '{name}'}");
Note: See TracChangeset for help on using the changeset viewer.