Author: lektran
Date: Sat Apr 17 05:37:00 2010
New Revision: 935134

URL: http://svn.apache.org/viewvc?rev=935134&view=rev
Log:
Removed another unnecessary cast

Modified:
    
ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java

Modified: 
ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java?rev=935134&r1=935133&r2=935134&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
 (original)
+++ 
ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
 Sat Apr 17 05:37:00 2010
@@ -1142,7 +1142,7 @@ public class ShipmentServices {
         if (locale == null) {
             locale = Locale.getDefault();
         }
-        ResourceBundleMapWrapper uiLabelMap = (ResourceBundleMapWrapper) 
UtilProperties.getResourceBundleMap("EcommerceUiLabels", locale);
+        ResourceBundleMapWrapper uiLabelMap = 
UtilProperties.getResourceBundleMap("EcommerceUiLabels", locale);
         uiLabelMap.addBottomResourceBundle("OrderUiLabels");
         uiLabelMap.addBottomResourceBundle("CommonUiLabels");
 


Reply via email to