Commit 28139b40 by Aaron Dossett

resolve merge

parents 58dce4c6 7622c3e1
...@@ -98,7 +98,7 @@ public class DefaultMetadataService implements MetadataService { ...@@ -98,7 +98,7 @@ public class DefaultMetadataService implements MetadataService {
throw new MetadataException("Invalid type definition"); throw new MetadataException("Invalid type definition");
Map<String, IDataType> typesAdded = typeSystem.defineTypes(typesDef); Map<String, IDataType> typesAdded = typeSystem.defineTypes(typesDef);
//TODO how do we handle transaction - store failure?? //TODO how do we handle transaction - store failure??
typeStore.store(typeSystem, ImmutableList.copyOf(typesAdded.keySet())); typeStore.store(typeSystem, ImmutableList.copyOf(typesAdded.keySet()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment