DATACASS-687 - Polishing.

Adapt unit tests.
This commit is contained in:
Mark Paluch
2019-09-25 15:00:12 +02:00
parent daa7f582db
commit 3ac03744cd

View File

@@ -160,8 +160,6 @@ public class CassandraPersistentEntitySchemaCreator {
visitUserTypes(entity, udts);
});
System.out.println(udts.stream().collect(Collectors.toList()));
specifications
.addAll(udts
.stream().map(identifier -> this.mappingContext
@@ -264,7 +262,6 @@ public class CassandraPersistentEntitySchemaCreator {
void addDependency(CqlIdentifier dependsOn) {
this.dependsOn.add(dependsOn);
}
boolean dependsOn(CqlIdentifier identifier) {