mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2343 - Rename Database.getAutoTune() to autoTune() with deprecation
This commit is contained in:
@@ -350,7 +350,7 @@ public final class DefaultServer implements SpiServer, SpiEbeanServer {
|
||||
}
|
||||
|
||||
@Override
|
||||
public AutoTune getAutoTune() {
|
||||
public AutoTune autoTune() {
|
||||
return autoTuneService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user