diff options
Diffstat (limited to 'libjava/classpath/java/sql/SQLData.java')
-rw-r--r-- | libjava/classpath/java/sql/SQLData.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/sql/SQLData.java b/libjava/classpath/java/sql/SQLData.java index 2ba1fb18d05..cf006e15a0d 100644 --- a/libjava/classpath/java/sql/SQLData.java +++ b/libjava/classpath/java/sql/SQLData.java @@ -1,5 +1,5 @@ /* SQLData.java -- Custom mapping for a user defined datatype - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -57,7 +57,7 @@ public interface SQLData * This method populates the data in the object from the specified stream. * * @param stream The stream to read the data from. - * @param name The data type name of the data on the stream. + * @param typeName The data type name of the data on the stream. * @exception SQLException If an error occurs. */ void readSQL(SQLInput stream, String typeName) throws SQLException; |