From 480ccb4bfcc622c1ce320c20ce992188187f7573 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Mon, 1 May 2006 21:45:41 +0000 Subject: 2006-05-01 Andrew John Hughes * Merge HEAD-->generics-branch for the period 2006-04-13 to 2006-05-01. --- java/sql/SQLData.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/sql/SQLData.java') diff --git a/java/sql/SQLData.java b/java/sql/SQLData.java index 2ba1fb18d..cf006e15a 100644 --- a/java/sql/SQLData.java +++ b/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; -- cgit v1.2.1