You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2010/04/28 13:29:45 UTC

svn commit: r938946 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilJavaParse.java

Author: lektran
Date: Wed Apr 28 11:29:45 2010
New Revision: 938946

URL: http://svn.apache.org/viewvc?rev=938946&view=rev
Log:
Removed some references to deprecated method names.

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

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilJavaParse.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilJavaParse.java?rev=938946&r1=938945&r2=938946&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilJavaParse.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilJavaParse.java Wed Apr 28 11:29:45 2010
@@ -182,9 +182,7 @@ public class UtilJavaParse {
         entityMethodNames.add("removeAll");
         entityMethodNames.add("findOne");
         entityMethodNames.add("findByPrimaryKey");
-        entityMethodNames.add("findByPrimaryKeySingle");
         entityMethodNames.add("findByPrimaryKeyCache");
-        entityMethodNames.add("findByPrimaryKeyCacheSingle");
         entityMethodNames.add("findAll");
         entityMethodNames.add("findAllCache");
         entityMethodNames.add("findByAnd");