Declare AbstractInlineCachingWithExternalDataSourceIntegrationTests as a proper abstract class.

This commit is contained in:
John Blum
2019-06-13 01:39:14 -07:00
parent ba646e83f3
commit a8f88dff0a

View File

@@ -39,7 +39,7 @@ import example.app.crm.repo.CustomerRepository;
* @since 1.1.0
*/
@SuppressWarnings("unused")
public class AbstractInlineCachingWithExternalDataSourceIntegrationTests extends IntegrationTestsSupport {
public abstract class AbstractInlineCachingWithExternalDataSourceIntegrationTests extends IntegrationTestsSupport {
public static final String GEMFIRE_LOG_LEVEL = "off";