aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/sql/RowSetWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/sql/RowSetWriter.java')
-rw-r--r--libjava/classpath/javax/sql/RowSetWriter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/javax/sql/RowSetWriter.java b/libjava/classpath/javax/sql/RowSetWriter.java
index 20c1034..3d07541 100644
--- a/libjava/classpath/javax/sql/RowSetWriter.java
+++ b/libjava/classpath/javax/sql/RowSetWriter.java
@@ -1,4 +1,4 @@
-/* RowSetWriter.java
+/* RowSetWriter.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
@@ -43,7 +43,7 @@ import java.sql.SQLException;
/**
* @since 1.4
*/
-public interface RowSetWriter
+public interface RowSetWriter
{
boolean writeData(RowSetInternal caller) throws SQLException;
}