No effective change - code cleanup - remove unused

This commit is contained in:
Robin Bygrave
2015-07-31 22:26:44 +12:00
parent e30e35bf4f
commit bef4e476d7
3 changed files with 2 additions and 28 deletions
@@ -14,9 +14,7 @@ public abstract class DLoadBaseContext {
protected final DLoadContext parent;
protected final BeanDescriptor<?> desc;
protected final String path;
protected final String fullPath;
protected final OrmQueryProperties queryProps;
@@ -40,7 +38,6 @@ public abstract class DLoadBaseContext {
this.serverName = parent.getEbeanServer().getName();
this.desc = desc;
this.queryProps = queryProps;
this.path = path;
this.fullPath = parent.getFullPath(path);
this.hitCache = !parent.isExcludeBeanCache() && desc.isBeanCaching();