diff options
Diffstat (limited to 'libjava/classpath/java/sql/Savepoint.java')
-rw-r--r-- | libjava/classpath/java/sql/Savepoint.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/java/sql/Savepoint.java b/libjava/classpath/java/sql/Savepoint.java index a4d89ae6e50..6526dfb4472 100644 --- a/libjava/classpath/java/sql/Savepoint.java +++ b/libjava/classpath/java/sql/Savepoint.java @@ -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 @@ -41,7 +41,7 @@ package java.sql; /** * @since 1.4 */ -public interface Savepoint +public interface Savepoint { /** * @since 1.4 |