From 8893053108833d68032454e8e3fb514875019cf7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 28 May 2018 22:56:34 -0700 Subject: [PATCH] Fix Javadoc. --- .../data/geode/security/support/SecurityManagerProxy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/security/support/SecurityManagerProxy.java b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/security/support/SecurityManagerProxy.java index 2e346be8..9d8d727b 100644 --- a/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/security/support/SecurityManagerProxy.java +++ b/geode-spring-boot-starter/src/main/java/org/springframework/boot/data/geode/security/support/SecurityManagerProxy.java @@ -48,10 +48,10 @@ import org.springframework.util.Assert; * {@link org.apache.geode.security.SecurityManager} interface... * * - * @Configuration + * Configuration * class MyApplicationConfiguration { * - * @Bean + * Bean * ExampleSecurityManager exampleSecurityManager(Environment environment) { * return new ExampleSecurityManager(environment); * }