You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2007/12/31 02:05:56 UTC

svn commit: r607637 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

Author: mrisaliti
Date: Sun Dec 30 17:05:55 2007
New Revision: 607637

URL: http://svn.apache.org/viewvc?rev=607637&view=rev
Log:
Changed tabs to 4 spaces

Modified:
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java?rev=607637&r1=607636&r2=607637&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java (original)
+++ ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java Sun Dec 30 17:05:55 2007
@@ -1363,7 +1363,7 @@
         Debug.logInfo("USPS response: " + responseString, module);
         
         if (UtilValidate.isEmpty(responseString)) {
-        	return null;
+            return null;
         }
  
         Document responseDocument = null;