Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -626,7 +626,6 @@ public class GraphTransaction extends IndexableTransaction {
* unconcerned with add vertex
*/
this.beforeWrite();
////todo This is where the transaction feature needs to be added
this.addedVertices.put(vertex.id(), vertex);
this.afterWrite();
} catch (Throwable e) {