diff options
Diffstat (limited to 'libjava/classpath/javax/transaction')
17 files changed, 35 insertions, 35 deletions
diff --git a/libjava/classpath/javax/transaction/HeuristicCommitException.java b/libjava/classpath/javax/transaction/HeuristicCommitException.java index 60ac775..e6af0d4 100644 --- a/libjava/classpath/javax/transaction/HeuristicCommitException.java +++ b/libjava/classpath/javax/transaction/HeuristicCommitException.java @@ -1,4 +1,4 @@ -/* HeuristicCommitException.java -- +/* HeuristicCommitException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/HeuristicMixedException.java b/libjava/classpath/javax/transaction/HeuristicMixedException.java index b5e89fb..3b38cb9 100644 --- a/libjava/classpath/javax/transaction/HeuristicMixedException.java +++ b/libjava/classpath/javax/transaction/HeuristicMixedException.java @@ -1,4 +1,4 @@ -/* HeuristicMixedException.java -- +/* HeuristicMixedException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/HeuristicRollbackException.java b/libjava/classpath/javax/transaction/HeuristicRollbackException.java index 3ad34fa..ebd0db7 100644 --- a/libjava/classpath/javax/transaction/HeuristicRollbackException.java +++ b/libjava/classpath/javax/transaction/HeuristicRollbackException.java @@ -1,4 +1,4 @@ -/* HeuristicRollbackException.java -- +/* HeuristicRollbackException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/InvalidTransactionException.java b/libjava/classpath/javax/transaction/InvalidTransactionException.java index 82eefe6..e7a8b23 100644 --- a/libjava/classpath/javax/transaction/InvalidTransactionException.java +++ b/libjava/classpath/javax/transaction/InvalidTransactionException.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; /** diff --git a/libjava/classpath/javax/transaction/NotSupportedException.java b/libjava/classpath/javax/transaction/NotSupportedException.java index a416d13..15fe8a0 100644 --- a/libjava/classpath/javax/transaction/NotSupportedException.java +++ b/libjava/classpath/javax/transaction/NotSupportedException.java @@ -1,4 +1,4 @@ -/* NotSupportedException.java -- +/* NotSupportedException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/RollbackException.java b/libjava/classpath/javax/transaction/RollbackException.java index 4fd51cf..1be0604 100644 --- a/libjava/classpath/javax/transaction/RollbackException.java +++ b/libjava/classpath/javax/transaction/RollbackException.java @@ -1,4 +1,4 @@ -/* RollbackException.java -- +/* RollbackException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/Status.java b/libjava/classpath/javax/transaction/Status.java index 6bbbffb..59df503 100644 --- a/libjava/classpath/javax/transaction/Status.java +++ b/libjava/classpath/javax/transaction/Status.java @@ -1,4 +1,4 @@ -/* Status.java -- +/* Status.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/Synchronization.java b/libjava/classpath/javax/transaction/Synchronization.java index eea5027..504436a 100644 --- a/libjava/classpath/javax/transaction/Synchronization.java +++ b/libjava/classpath/javax/transaction/Synchronization.java @@ -1,4 +1,4 @@ -/* Synchronization.java -- +/* Synchronization.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/SystemException.java b/libjava/classpath/javax/transaction/SystemException.java index d614fb3..79e6443 100644 --- a/libjava/classpath/javax/transaction/SystemException.java +++ b/libjava/classpath/javax/transaction/SystemException.java @@ -1,4 +1,4 @@ -/* SystemException.java -- +/* SystemException.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/Transaction.java b/libjava/classpath/javax/transaction/Transaction.java index b5b7108..060bb10 100644 --- a/libjava/classpath/javax/transaction/Transaction.java +++ b/libjava/classpath/javax/transaction/Transaction.java @@ -1,4 +1,4 @@ -/* Transaction.java -- +/* Transaction.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,7 +39,7 @@ exception statement from your version. */ package javax.transaction; import javax.transaction.xa.XAResource; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/TransactionManager.java b/libjava/classpath/javax/transaction/TransactionManager.java index 85a4da9..c2eb432 100644 --- a/libjava/classpath/javax/transaction/TransactionManager.java +++ b/libjava/classpath/javax/transaction/TransactionManager.java @@ -1,4 +1,4 @@ -/* TransactionManager.java -- +/* TransactionManager.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/TransactionRequiredException.java b/libjava/classpath/javax/transaction/TransactionRequiredException.java index 6c88948..91e3332 100644 --- a/libjava/classpath/javax/transaction/TransactionRequiredException.java +++ b/libjava/classpath/javax/transaction/TransactionRequiredException.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; /** 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; /** diff --git a/libjava/classpath/javax/transaction/UserTransaction.java b/libjava/classpath/javax/transaction/UserTransaction.java index 8692293..e31953b 100644 --- a/libjava/classpath/javax/transaction/UserTransaction.java +++ b/libjava/classpath/javax/transaction/UserTransaction.java @@ -1,4 +1,4 @@ -/* UserTransaction.java -- +/* UserTransaction.java -- Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,7 +37,7 @@ exception statement from your version. */ package javax.transaction; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/xa/XAException.java b/libjava/classpath/javax/transaction/xa/XAException.java index ceb76f0..c7aa9e0 100644 --- a/libjava/classpath/javax/transaction/xa/XAException.java +++ b/libjava/classpath/javax/transaction/xa/XAException.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.xa; - + /** * @author Tom Tromey (tromey@redhat.com) * @date April 18, 2001 diff --git a/libjava/classpath/javax/transaction/xa/XAResource.java b/libjava/classpath/javax/transaction/xa/XAResource.java index 3940634..09098d5 100644 --- a/libjava/classpath/javax/transaction/xa/XAResource.java +++ b/libjava/classpath/javax/transaction/xa/XAResource.java @@ -1,4 +1,4 @@ -/* XAResource.java -- +/* XAResource.java -- Copyright (C) 2001, 2002, 2005 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 @@ -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.xa; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 diff --git a/libjava/classpath/javax/transaction/xa/Xid.java b/libjava/classpath/javax/transaction/xa/Xid.java index 51e3102..12c2fbb 100644 --- a/libjava/classpath/javax/transaction/xa/Xid.java +++ b/libjava/classpath/javax/transaction/xa/Xid.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.xa; - + /** * @author Warren Levy (warrenl@redhat.com) * @date May 25, 2001 |