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 2011/03/02 22:28:57 UTC

svn commit: r1076392 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java

Author: mrisaliti
Date: Wed Mar  2 21:28:56 2011
New Revision: 1076392

URL: http://svn.apache.org/viewvc?rev=1076392&view=rev
Log:
Remove some warning in UelUtil (OFBIZ-4102)

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java?rev=1076392&r1=1076391&r2=1076392&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/UelUtil.java Wed Mar  2 21:28:56 2011
@@ -516,7 +516,7 @@ public class UelUtil {
                 createObjectType = "bigDecimal";
             }
         }
-        if (variables instanceof LocalizedMap) {
+        if (variables instanceof LocalizedMap<?>) {
             if (locale == null) {
                 locale = (Locale) variables.get(localizedMapLocaleKey);
                 if (locale == null) {