#342 - Remove deprecated method - JsonContext createJsonContext() ... migrate to json()

This commit is contained in:
Robin Bygrave
2015-07-20 11:27:00 +12:00
parent dbe984c668
commit 245cbb0ea1
4 changed files with 0 additions and 25 deletions
@@ -648,11 +648,6 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
}
@Override
public JsonContext createJsonContext() {
return null;
}
@Override
public JsonContext json() {
return null;