diff options
Diffstat (limited to 'libjava/classpath/java/sql/Struct.java')
-rw-r--r-- | libjava/classpath/java/sql/Struct.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/sql/Struct.java b/libjava/classpath/java/sql/Struct.java index 5cbc88e133a..ce8db22bb55 100644 --- a/libjava/classpath/java/sql/Struct.java +++ b/libjava/classpath/java/sql/Struct.java @@ -73,5 +73,5 @@ public interface Struct * @return The attributes of this structure type. * @exception SQLException If a error occurs. */ - Object[] getAttributes(Map map) throws SQLException; + Object[] getAttributes(Map<String, Class<?>> map) throws SQLException; } |