From 55432d45f24f1a5efe75d6d945e54ec070887a3b Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Thu, 20 Nov 2008 17:14:26 +0000 Subject: [PATCH] Got rid of javadoc warning. --- .../ldap/pool/factory/PoolingContextSource.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java b/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java index 347cf905..411661be 100644 --- a/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java +++ b/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java @@ -138,7 +138,6 @@ import org.springframework.ldap.pool.validation.DirContextValidator; * * * - * * @author Eric Dalquist */ public class PoolingContextSource implements ContextSource, DisposableBean { @@ -363,7 +362,7 @@ public class PoolingContextSource implements ContextSource, DisposableBean { /** * @param contextSource the contextSource to set - * @Required + * Required */ public void setContextSource(ContextSource contextSource) { this.dirContextPoolableObjectFactory.setContextSource(contextSource); @@ -371,7 +370,7 @@ public class PoolingContextSource implements ContextSource, DisposableBean { /** * @param dirContextValidator the dirContextValidator to set - * @Required + * Required */ public void setDirContextValidator(DirContextValidator dirContextValidator) { this.dirContextPoolableObjectFactory.setDirContextValidator(dirContextValidator);