svn commit: r1761278 - /ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1761278 - /ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy

mbrohl
Author: mbrohl
Date: Sat Sep 17 20:50:48 2016
New Revision: 1761278

URL: http://svn.apache.org/viewvc?rev=1761278&view=rev
Log:
Improved: Passport : Remove unused imports from groovy files for code optimization.
(OFBIZ-8034)

Thanks: Ankit Joshi for reporting and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy

Modified: ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy?rev=1761278&r1=1761277&r2=1761278&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy (original)
+++ ofbiz/trunk/specialpurpose/passport/groovyScripts/login/GetThirdPartyLogins.groovy Sat Sep 17 20:50:48 2016
@@ -19,9 +19,7 @@
 
 package org.apache.ofbiz.passport;
 
-import org.apache.ofbiz.entity.GenericValue;
 import org.apache.ofbiz.entity.util.EntityUtil;
-import org.apache.ofbiz.base.util.Debug;
 import org.apache.ofbiz.product.store.ProductStoreWorker;
 
 final String module = "GetThirdPartyLogins.groovy"