diff options
Diffstat (limited to 'libjava/classpath/javax/sql/XAConnection.java')
-rw-r--r-- | libjava/classpath/javax/sql/XAConnection.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/sql/XAConnection.java b/libjava/classpath/javax/sql/XAConnection.java index 2fadffcfece..4cb0b308669 100644 --- a/libjava/classpath/javax/sql/XAConnection.java +++ b/libjava/classpath/javax/sql/XAConnection.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 @@ -45,7 +45,7 @@ import javax.transaction.xa.XAResource; /** * @since 1.4 */ -public interface XAConnection extends PooledConnection +public interface XAConnection extends PooledConnection { XAResource getXAResource() throws SQLException; } |