Ignore:
Timestamp:
2015-06-21T03:19:37+02:00 (11 years ago)
Author:
Don-vip
Message:

checkstyle: various checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/CustomMatchers.java

    r7937 r8514  
    11// License: GPL. For details, see LICENSE file.
    22package org;
     3
     4import java.util.Collection;
    35
    46import org.hamcrest.Description;
     
    810import org.openstreetmap.josm.tools.Predicate;
    911
    10 import java.util.Collection;
     12@Ignore("no test")
     13public final class CustomMatchers {
    1114
    12 @Ignore("no test")
    13 public class CustomMatchers {
     15    private CustomMatchers() {
     16        // Hide constructor for utility classes
     17    }
    1418
    1519    public static <T> Matcher<? extends T> forPredicate(final Predicate<T> predicate) {
Note: See TracChangeset for help on using the changeset viewer.