More Javadoc fixes.

This commit is contained in:
Erik C. Thauvin 2004-03-17 08:54:13 +00:00
parent 4d8daa7306
commit 409b1bf7ee
3 changed files with 3 additions and 3 deletions

View file

@ -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>.

View file

@ -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.