Author: doogie
Date: Fri Mar 27 17:01:56 2009
New Revision: 759257
URL:
http://svn.apache.org/viewvc?rev=759257&view=revLog:
Fix lines that *only* have whitespace.
Modified:
ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java
Modified: ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java?rev=759257&r1=759256&r2=759257&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java Fri Mar 27 17:01:56 2009
@@ -42,7 +42,7 @@
import org.ofbiz.service.ServiceUtil;
public class FixedAssetMaintServices {
-
+
public static final String module = FixedAssetMaintServices.class.getName();
public static Map addPartFixedAssetMaint(DispatchContext ctx, Map context) {
@@ -55,7 +55,7 @@
String facilityId = (String)context.get("facilityId");
Double quantity = (Double)context.get("quantity");
double requestedQty = quantity.doubleValue();
-
+
try {
GenericValue product = ProductWorker.findProduct(delegator, productId);
if (product == null) {