From 23010bd7bd3e007216836b1d2ab4e91db11e2a17 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 7 Aug 2020 15:50:27 -0700 Subject: [PATCH] Fix HTTP URL to Apache Shiro's project sit in Javadoc. --- .../app/security/server/BootGeodeSecurityServerApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-samples/boot/security/src/main/java/example/app/security/server/BootGeodeSecurityServerApplication.java b/spring-geode-samples/boot/security/src/main/java/example/app/security/server/BootGeodeSecurityServerApplication.java index 4badcc20..f0b6d675 100644 --- a/spring-geode-samples/boot/security/src/main/java/example/app/security/server/BootGeodeSecurityServerApplication.java +++ b/spring-geode-samples/boot/security/src/main/java/example/app/security/server/BootGeodeSecurityServerApplication.java @@ -43,7 +43,7 @@ import org.springframework.data.gemfire.config.annotation.EnableSecurity; * @see org.springframework.context.annotation.Bean * @see org.springframework.data.gemfire.config.annotation.CacheServerApplication * @see org.springframework.data.gemfire.config.annotation.EnableSecurity - * @see Apache Shiro + * @see Apache Shiro * @since 1.4.0 */ // tag::class[]