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:
Simone Bordet 2019-10-20 17:20:47 +02:00
parent 61b2f9870b
commit 8fb408f776
1 changed files with 1 additions and 1 deletions

View File

@ -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;