From 9fa05182bfa336b2b3e6a0b4556d75ced5f3ba62 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 27 May 2018 23:46:49 -0700 Subject: [PATCH] Add reference to o.a.g.cache.Region in Javadoc. --- .../geode/security/ssl/AutoConfiguredSslIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/security/ssl/AutoConfiguredSslIntegrationTests.java b/geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/security/ssl/AutoConfiguredSslIntegrationTests.java index b40c6ab6..f87ce235 100644 --- a/geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/security/ssl/AutoConfiguredSslIntegrationTests.java +++ b/geode-spring-boot-starter/src/test/java/org/springframework/boot/data/geode/security/ssl/AutoConfiguredSslIntegrationTests.java @@ -62,6 +62,7 @@ import example.geode.cache.EchoCacheLoader; * @author John Blum * @see org.junit.Test * @see org.apache.geode.cache.GemFireCache + * @see org.apache.geode.cache.Region * @see org.springframework.boot.autoconfigure.SpringBootApplication * @see org.springframework.boot.test.context.SpringBootTest * @see org.springframework.context.annotation.Bean