You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/03/24 19:08:28 UTC

[geode] branch support/1.13 updated: GEODE-9016: Fixed missing imports (#6186)

This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new bc568c2  GEODE-9016: Fixed missing imports (#6186)
bc568c2 is described below

commit bc568c231f16791bca716a61886ee8de77e8a6ab
Author: Nabarun Nag <na...@users.noreply.github.com>
AuthorDate: Wed Mar 24 12:07:00 2021 -0700

    GEODE-9016: Fixed missing imports (#6186)
    
    (cherry picked from commit 4e0c8aa6937ad2b5935a11994138381fa29a8644)
---
 .../geode/cache/query/cq/dunit/PartitionedRegionCqQueryDUnitTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-cq/src/distributedTest/java/org/apache/geode/cache/query/cq/dunit/PartitionedRegionCqQueryDUnitTest.java b/geode-cq/src/distributedTest/java/org/apache/geode/cache/query/cq/dunit/PartitionedRegionCqQueryDUnitTest.java
index b79bef1..3905fd2 100644
--- a/geode-cq/src/distributedTest/java/org/apache/geode/cache/query/cq/dunit/PartitionedRegionCqQueryDUnitTest.java
+++ b/geode-cq/src/distributedTest/java/org/apache/geode/cache/query/cq/dunit/PartitionedRegionCqQueryDUnitTest.java
@@ -14,6 +14,7 @@
  */
 package org.apache.geode.cache.query.cq.dunit;
 
+import static org.apache.geode.cache.Region.SEPARATOR;
 import static org.apache.geode.distributed.ConfigurationProperties.LOG_LEVEL;
 import static org.apache.geode.test.dunit.Assert.assertEquals;
 import static org.apache.geode.test.dunit.Assert.assertFalse;