Addresses some of George's comments
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/53aa87ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/53aa87ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/53aa87ca Branch: refs/heads/USERGRID-608 Commit: 53aa87cad41b6d7320c24af4a5e71061fe2a4dd3 Parents: 8fde7c5 Author: Todd Nine <tn...@apigee.com> Authored: Wed May 20 15:04:09 2015 -0600 Committer: Todd Nine <tn...@apigee.com> Committed: Wed May 20 15:04:09 2015 -0600 ---------------------------------------------------------------------- .../usergrid/persistence/PerformanceEntityRebuildIndexTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/53aa87ca/stack/core/src/test/java/org/apache/usergrid/persistence/PerformanceEntityRebuildIndexTest.java ---------------------------------------------------------------------- diff --git a/stack/core/src/test/java/org/apache/usergrid/persistence/PerformanceEntityRebuildIndexTest.java b/stack/core/src/test/java/org/apache/usergrid/persistence/PerformanceEntityRebuildIndexTest.java index 06eb060..318a378 100644 --- a/stack/core/src/test/java/org/apache/usergrid/persistence/PerformanceEntityRebuildIndexTest.java +++ b/stack/core/src/test/java/org/apache/usergrid/persistence/PerformanceEntityRebuildIndexTest.java @@ -314,7 +314,7 @@ public class PerformanceEntityRebuildIndexTest extends AbstractCoreIT { } } catch ( IllegalArgumentException iae ) { - //swallow + //swallow. Thrown if our job can't be found. I.E hasn't updated yet }