You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2007/09/03 11:46:55 UTC

svn commit: r572268 - /db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java

Author: kahatlen
Date: Mon Sep  3 02:46:54 2007
New Revision: 572268

URL: http://svn.apache.org/viewvc?rev=572268&view=rev
Log:
Fixed javadoc warning.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java?rev=572268&r1=572267&r2=572268&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/catalog/types/TypeDescriptorImpl.java Mon Sep  3 02:46:54 2007
@@ -106,7 +106,6 @@
 	 *			it definitely cannot contain NULL.
 	 * @param maximumWidth	The maximum number of bytes for this datatype
 	 * @param collationType The collation type of a string data type
-	 * @param collationDerivation Collation Derivation of a string data type
 	 */
 	public TypeDescriptorImpl(
 		BaseTypeIdImpl typeId,