Github user mdunker commented on a diff in the pull request:
https://github.com/apache/usergrid/pull/575#discussion_r141430100
--- 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 --
typo in name---
