dschneider-pivotal commented on a change in pull request #6960:
URL: https://github.com/apache/geode/pull/6960#discussion_r734932220
##########
File path:
geode-for-redis/src/test/java/org/apache/geode/redis/internal/data/RedisPropertiesTest.java
##########
@@ -12,15 +12,21 @@
* or implied. See the License for the specific language governing permissions
and limitations under
* the License.
*/
+
package org.apache.geode.redis.internal.data;
import static
org.apache.geode.redis.internal.RedisProperties.getIntegerSystemProperty;
+import static
org.apache.geode.redis.internal.RedisProperties.getStringSystemProperty;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.Test;
-
public class RedisPropertiesTest {
Review comment:
this test should be in the same package as its class, its okay if you
don't fix it in this pr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]