More Javadoc fixes.
This commit is contained in:
parent
4d8daa7306
commit
409b1bf7ee
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ path.dist=dist
|
|||
path.lib=lib
|
||||
path.javadoc=javadoc
|
||||
|
||||
javadoc.title=SimplePool
|
||||
javadoc.title=SimplePool API
|
||||
javadoc.api.link=http://java.sun.com/j2se/1.4.2/docs/api
|
||||
javadoc.servlet.link=http://java.sun.com/products/servlet/2.3/javadoc/
|
||||
javadoc.packages=net.java.dev.simplepool.*
|
|
@ -54,7 +54,7 @@ import java.util.Hashtable;
|
|||
*/
|
||||
public class SimplePoolDataSourceFactory implements ObjectFactory {
|
||||
/**
|
||||
* Creates a SimplePool DataSource factory.
|
||||
* Creates a {@link SimplePoolDataSource} instance.
|
||||
*
|
||||
* @param obj The object containing location or reference information that is used in creating the
|
||||
* <code>DataSource</code>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>SimplePool</title>
|
||||
<title>SimplePool API</title>
|
||||
</head>
|
||||
<body>
|
||||
This package contains a simple database connection pool implementation for web applications, specifically those using JSTL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue