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:
@@ -192,7 +192,7 @@ public class DefaultSqlRow implements SqlRow {
|
||||
return map.keySet();
|
||||
}
|
||||
|
||||
public void putAll(Map<? extends String, ? extends Object> t) {
|
||||
public void putAll(Map<? extends String, ?> t) {
|
||||
map.putAll(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user