|
Change Variable Type result2 : List<OIdentifiable> to result2 : List<ODocument> in method public deleteSubTree(parentName String) : void in class com.orientechnologies.orient.test.internal.index.IndexConcurrencyTest |
From |
To |
|
Change Variable Type d : OIdentifiable to d : ODocument in method public deleteSubTree(parentName String) : void in class com.orientechnologies.orient.test.internal.index.IndexConcurrencyTest |
From |
To |
|
Change Variable Type out : Collection<OIdentifiable> to out : Collection<ODocument> in method public deleteSubTree(parentName String) : void in class com.orientechnologies.orient.test.internal.index.IndexConcurrencyTest |
From |
To |
|
Change Variable Type edge : OIdentifiable to edge : ODocument in method public deleteSubTree(parentName String) : void in class com.orientechnologies.orient.test.internal.index.IndexConcurrencyTest |
From |
To |