Github user peterj99a commented on a diff in the pull request:
https://github.com/apache/usergrid/pull/575#discussion_r141455194
--- Diff:
stack/core/src/main/java/org/apache/usergrid/corepersistence/CpEntityManager.java
---
@@ -2871,6 +2864,14 @@ else if ( ( v instanceof String ) && isBlank( (
String ) v ) ) {
return entity;
}
+ private <A extends Entity> void updateIndexForEniity(String eType, A
entity, long timestamp) throws Exception {
--- End diff --
will fix---
