You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/11/16 20:47:28 UTC

svn commit: r1202858 - /ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java

Author: erwan
Date: Wed Nov 16 19:47:28 2011
New Revision: 1202858

URL: http://svn.apache.org/viewvc?rev=1202858&view=rev
Log:
removing unused variable and useless return in RemoteRequest

Modified:
    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java

Modified: ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java?rev=1202858&r1=1202857&r2=1202858&view=diff
==============================================================================
--- ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java (original)
+++ ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java Wed Nov 16 19:47:28 2011
@@ -92,8 +92,6 @@ public class RemoteRequest {
     private String loginAsUserParam;
     private String loginAsPasswordParam;
 
-    private int currentRowIndx;
-
     static {
 
         supportedSchemes = new SchemeRegistry();
@@ -157,7 +155,6 @@ public class RemoteRequest {
                 this.outMap.put(name, fieldName);
             }
         }
-        return;
     }
 
     public void runTest() {
@@ -249,7 +246,6 @@ public class RemoteRequest {
             }
 
         }
-        return;
     }
 
         /** URL Encodes a Map of arguements */