No effective change - Code cleanup,remove unnecessary public modifier on interfaces

This commit is contained in:
Robin Bygrave
2015-07-31 13:08:07 +12:00
parent efe4e69ed1
commit ede91ecf78
13 changed files with 35 additions and 35 deletions
@@ -12,5 +12,5 @@ public interface ClassPathSearchMatcher {
* used to make future searches faster.
* </p>
*/
public boolean isMatch(Class<?> cls);
boolean isMatch(Class<?> cls);
}