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/data/validation/tests/OpeningHourTest.java

    r8510 r8540  
    192192     * @return a list of {@link TestError} or an empty list
    193193     */
    194     public List<OpeningHoursTestError> checkOpeningHourSyntax(final String key, final String value, CheckMode mode, boolean ignoreOtherSeverity) {
     194    public List<OpeningHoursTestError> checkOpeningHourSyntax(final String key, final String value, CheckMode mode,
     195            boolean ignoreOtherSeverity) {
    195196        if (ENGINE == null || value == null || value.trim().isEmpty()) {
    196197            return Collections.emptyList();
Note: See TracChangeset for help on using the changeset viewer.