diff options
Diffstat (limited to 'libjava/classpath/javax/transaction/xa/XAResource.java')
-rw-r--r-- | libjava/classpath/javax/transaction/xa/XAResource.java | 6 |
1 files changed, 3 insertions, 3 deletions
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 |