Code cleanups.
Made class Entry public since it's used in method signatures. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
61b2f9870b
commit
8fb408f776
|
@ -72,7 +72,7 @@ public class ClassMatcher extends AbstractSet<String>
|
|||
{
|
||||
private static final Logger LOG = Log.getLogger(ClassMatcher.class);
|
||||
|
||||
static class Entry
|
||||
public static class Entry
|
||||
{
|
||||
private final String _pattern;
|
||||
private final String _name;
|
||||
|
|
Loading…
Reference in New Issue