#2343 - Rename Database.getAutoTune() to autoTune() with deprecation

This commit is contained in:
Rob Bygrave
2021-09-02 22:44:31 +12:00
parent f770b66f42
commit 239a444d4c
6 changed files with 15 additions and 7 deletions
@@ -350,7 +350,7 @@ public final class DefaultServer implements SpiServer, SpiEbeanServer {
}
@Override
public AutoTune getAutoTune() {
public AutoTune autoTune() {
return autoTuneService;
}