|
Change Variable Type collectionIndexingSchema : java.util.Optional<Map> to collectionIndexingSchema : Optional<Map> in method public getCollectionSchema(collectionName String) : Object in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Variable Type collectionIndexingSchema : java.util.Optional<Map> to collectionIndexingSchema : Optional<Map> in method public rebuildIndex(reIndexRequestBuilder ReIndexRequestBuilder) : ReIndexStatus in class org.apache.usergrid.corepersistence.index.ReIndexServiceImpl |
From |
To |
|
Change Variable Type collectionIndexingSchema : java.util.Optional<Map> to collectionIndexingSchema : Optional<Map> in method public createCollectionSchema(collectionName String, owner String, properties Map<String,Object>) : Map in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |