minor changes
This commit is contained in:
parent
b596c3c795
commit
ef1f3bb427
|
@ -242,7 +242,6 @@ public class DatabaseEnvironment {
|
|||
|
||||
schemaSecurityContext.create();
|
||||
|
||||
|
||||
List<Class<? extends Element>> definitionToBeCreated = new ArrayList<>();
|
||||
definitionToBeCreated.add(PropertyElement.class);
|
||||
definitionToBeCreated.add(Property.class);
|
||||
|
@ -283,8 +282,8 @@ public class DatabaseEnvironment {
|
|||
|
||||
List<Package> packages = new ArrayList<Package>();
|
||||
|
||||
Class<Type> tdClz = Type.class;
|
||||
packages.add(tdClz.getPackage());
|
||||
Class<Type> typeClz = Type.class;
|
||||
packages.add(typeClz.getPackage());
|
||||
|
||||
AccessType[] accessTypes = AccessType.values();
|
||||
for(AccessType accessType : accessTypes) {
|
||||
|
|
Loading…
Reference in New Issue