mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2342 - Rename Database.getName() to Database.name() with deprecation
This commit is contained in:
@@ -177,7 +177,7 @@ final class DLoadManyContext extends DLoadBaseContext implements LoadManyContext
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
public String name() {
|
||||
return context.serverName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user