Fix javadoc warnings
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 13 Jan 2010 19:34:31 +0000 (19:34 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 13 Jan 2010 19:34:31 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@898913 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PoolConfiguration.java

index 6c0458a..f923ddf 100644 (file)
@@ -738,7 +738,7 @@ public interface PoolConfiguration {
     public Object getDataSource();
     
     /**
-     * Configure the connection pool to use a DataSource according to {@link PoolConfiguration#setDataSource(CommonDataSource)}
+     * Configure the connection pool to use a DataSource according to {@link PoolConfiguration#setDataSource(Object)}
      * But instead of injecting the object, specify the JNDI location.
      * After a successful JNDI look, the {@link PoolConfiguration#getDataSource()} will not return null. 
      * @param jndiDS -the JNDI string @TODO specify the rules here.
@@ -747,7 +747,7 @@ public interface PoolConfiguration {
     
     /**
      * Returns the JNDI string configured for data source usage.
-     * @return
+     * @return the JNDI string or null if not set
      */
     public String getDataSourceJNDI();