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 2018/03/06 22:53:26 UTC

[geode] branch develop updated: GEODE-4781: Converted LuceneTest to an interface

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1a69ddc  GEODE-4781: Converted LuceneTest to an interface
1a69ddc is described below

commit 1a69ddc4d1f49262570b1f2d727434bb7fc269d1
Author: nabarunnag <na...@cs.wisc.edu>
AuthorDate: Tue Mar 6 14:51:53 2018 -0800

    GEODE-4781: Converted LuceneTest to an interface
---
 .../main/java/org/apache/geode/test/junit/categories/LuceneTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/LuceneTest.java b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/LuceneTest.java
index c48d1de..0a6794f 100644
--- a/geode-junit/src/main/java/org/apache/geode/test/junit/categories/LuceneTest.java
+++ b/geode-junit/src/main/java/org/apache/geode/test/junit/categories/LuceneTest.java
@@ -18,5 +18,5 @@ package org.apache.geode.test.junit.categories;
 /**
  * A test category for lucene-related tests
  */
-public class LuceneTest {
+public interface LuceneTest {
 }

-- 
To stop receiving notification emails like this one, please contact
nnag@apache.org.