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 60ac7756aa3..e6af0d4ff52 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 b5e89fb1a10..3b38cb9f81e 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 3ad34fa47bb..ebd0db78fb0 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 82eefe67eb2..e7a8b23d73b 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 a416d133aa4..15fe8a06b65 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 4fd51cf6e2c..1be0604ada8 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 6bbbffbf00a..59df5036b71 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 eea50277cb1..504436aa26d 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 d614fb3c5ab..79e64433565 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 b5b7108f069..060bb10e7ce 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 85a4da9f5df..c2eb4321063 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 6c889481005..91e3332cd2a 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 49c22a70e22..e8aa033a22a 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 86922932ed3..e31953b5ab0 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 ceb76f0907f..c7aa9e08a69 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 39406344166..09098d5a699 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 51e3102b6b4..12c2fbb8eac 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 |