mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Code cleanup,remove unnecessary public modifier on interfaces
This commit is contained in:
@@ -12,5 +12,5 @@ public interface ClassPathSearchMatcher {
|
||||
* used to make future searches faster.
|
||||
* </p>
|
||||
*/
|
||||
public boolean isMatch(Class<?> cls);
|
||||
boolean isMatch(Class<?> cls);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user