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