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); * }