Author: mvdb
Date: Tue Nov 8 14:16:39 2005
New Revision: 331907
URL: http://svn.apache.org/viewcvs?rev=331907&view=rev
Log:
Fix javadoc typo.
Modified:
db/ddlutils/trunk/src/java/org/apache/ddlutils/Platform.java
Modified: db/ddlutils/trunk/src/java/org/apache/ddlutils/Platform.java
URL:
http://svn.apache.org/viewcvs/db/ddlutils/trunk/src/java/org/apache/ddlutils/Platform.java?rev=331907&r1=331906&r2=331907&view=diff
==============================================================================
--- db/ddlutils/trunk/src/java/org/apache/ddlutils/Platform.java (original)
+++ db/ddlutils/trunk/src/java/org/apache/ddlutils/Platform.java Tue Nov 8
14:16:39 2005
@@ -516,8 +516,8 @@
* Reads the database model from the live database as specified by the
data source set for
* this platform.
*
- * @param catalog The catalog to acess in the database; use
<code>null</code> for the default value
- * @param schema The schema to acess in the database; use
<code>null</code> for the default value
+ * @param catalog The catalog to access in the database; use
<code>null</code> for the default value
+ * @param schema The schema to access in the database; use
<code>null</code> for the default value
* @param tableTypes The table types to process; use <code>null</code> or
an empty list for the default ones
* @return The database model
* @throws DynaSqlException If an error occurred during reading the model
@@ -537,8 +537,8 @@
* Reads the database model from the live database to which the given
connection is pointing.
*
* @param connection The connection to the database
- * @param catalog The catalog to acess in the database; use
<code>null</code> for the default value
- * @param schema The schema to acess in the database; use
<code>null</code> for the default value
+ * @param catalog The catalog to access in the database; use
<code>null</code> for the default value
+ * @param schema The schema to access in the database; use
<code>null</code> for the default value
* @param tableTypes The table types to process; use <code>null</code> or
an empty list for the default ones
* @return The database model
* @throws DynaSqlException If an error occurred during reading the model