aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/transaction/TransactionRolledbackException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/transaction/TransactionRolledbackException.java')
-rw-r--r--libjava/classpath/javax/transaction/TransactionRolledbackException.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/transaction/TransactionRolledbackException.java b/libjava/classpath/javax/transaction/TransactionRolledbackException.java
index 49c22a7..e8aa033 100644
--- a/libjava/classpath/javax/transaction/TransactionRolledbackException.java
+++ b/libjava/classpath/javax/transaction/TransactionRolledbackException.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
@@ -36,7 +36,7 @@ obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.transaction;
-
+
import java.rmi.RemoteException;
/**