[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    svn commit: r232269 -
From:       unico () apache ! org
Date:       2005-08-12 11:10:36
Message-ID: 20050812111036.27191.qmail () minotaur ! apache ! org
[Download RAW message or body]

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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic