summaryrefslogtreecommitdiff
path: root/javax/sql/RowSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/sql/RowSet.java')
-rw-r--r--javax/sql/RowSet.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/javax/sql/RowSet.java b/javax/sql/RowSet.java
index 2a9ad2784..ca7f72987 100644
--- a/javax/sql/RowSet.java
+++ b/javax/sql/RowSet.java
@@ -1,4 +1,4 @@
-/* RowSet.java
+/* RowSet.java
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -56,7 +56,7 @@ import java.util.Map;
/**
* @since 1.4
*/
-public interface RowSet extends ResultSet
+public interface RowSet extends ResultSet
{
String getUrl() throws SQLException;