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:
@@ -15,5 +15,5 @@ public interface CancelableQuery {
|
||||
* For JDBC this translates to calling cancel on the PreparedStatement.
|
||||
* </p>
|
||||
*/
|
||||
public void cancel();
|
||||
void cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user