Author: unico
Date: Fri Aug 12 04:10:33 2005
New Revision: 232269

URL: http://svn.apache.org/viewcvs?rev=232269&view=rev
Log:
cosmetics

Modified:
    
jakarta/slide/trunk/src/share/org/apache/slide/common/AbstractSimpleService.java

Modified: 
jakarta/slide/trunk/src/share/org/apache/slide/common/AbstractSimpleService.java
URL: 
http://svn.apache.org/viewcvs/jakarta/slide/trunk/src/share/org/apache/slide/common/AbstractSimpleService.java?rev=232269&r1=232268&r2=232269&view=diff
==============================================================================
--- 
jakarta/slide/trunk/src/share/org/apache/slide/common/AbstractSimpleService.java
 (original)
+++ 
jakarta/slide/trunk/src/share/org/apache/slide/common/AbstractSimpleService.java
 Fri Aug 12 04:10:33 2005
@@ -100,8 +100,8 @@
         
         if (currentContext == null)
             throw new XAException(XAException.XAER_NOTA);
-       if (xid == null)
-           throw new XAException(XAException.XAER_INVAL);
+        if (xid == null)
+            throw new XAException(XAException.XAER_INVAL);
         if (currentContext.getGlobalTransactionId()
             != xid.getGlobalTransactionId())
             throw new XAException(XAException.XAER_PROTO);
@@ -147,8 +147,8 @@
         
         if (currentContext == null)
             throw new XAException(XAException.XAER_NOTA);
-       if (xid == null)
-           throw new XAException(XAException.XAER_INVAL);
+        if (xid == null)
+            throw new XAException(XAException.XAER_INVAL);
         if (currentContext.getGlobalTransactionId()
             != xid.getGlobalTransactionId())
             throw new XAException(XAException.XAER_PROTO);
@@ -175,8 +175,8 @@
         
         if (currentContext == null)
             throw new XAException(XAException.XAER_NOTA);
-       if (xid == null)
-           throw new XAException(XAException.XAER_INVAL);
+        if (xid == null)
+            throw new XAException(XAException.XAER_INVAL);
         if (currentContext.getGlobalTransactionId()
             != xid.getGlobalTransactionId())
             throw new XAException(XAException.XAER_PROTO);
@@ -247,8 +247,8 @@
         
         if (currentContext == null)
             throw new XAException(XAException.XAER_NOTA);
-       if (xid == null)
-           throw new XAException(XAException.XAER_INVAL);
+        if (xid == null)
+            throw new XAException(XAException.XAER_INVAL);
         if (currentContext.getGlobalTransactionId()
             != xid.getGlobalTransactionId())
             throw new XAException(XAException.XAER_PROTO);
@@ -309,8 +309,8 @@
         
         if (currentContext == null)
             throw new XAException(XAException.XAER_NOTA);
-       if (xid == null)
-           throw new XAException(XAException.XAER_INVAL);
+        if (xid == null)
+            throw new XAException(XAException.XAER_INVAL);
         if (currentContext.getGlobalTransactionId()
             != xid.getGlobalTransactionId())
             throw new XAException(XAException.XAER_PROTO);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to