details:   https://code.openbravo.com/erp/devel/pi/rev/5219c0d19faf
changeset: 31505:5219c0d19faf
user:      Mark <markmm82 <at> gmail.com>
date:      Tue Feb 07 10:12:15 2017 -0500
summary:   Fixes issue 34974: Removed SERVICEPRODUCT var from 
SRMOPickEditLines.java

As SRMOPickEditLines.SERVICEPRODUCT is not used in SRMOPickEditLines.java, this
var has been removed to avoid eclipse warnings.

diffstat:

 src/org/openbravo/common/actionhandler/SRMOPickEditLines.java |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ae663ef3e8c1 -r 5219c0d19faf 
src/org/openbravo/common/actionhandler/SRMOPickEditLines.java
--- a/src/org/openbravo/common/actionhandler/SRMOPickEditLines.java     Tue Feb 
07 12:30:45 2017 +0100
+++ b/src/org/openbravo/common/actionhandler/SRMOPickEditLines.java     Tue Feb 
07 10:12:15 2017 -0500
@@ -11,7 +11,7 @@
  * under the License. 
  * The Original Code is Openbravo ERP. 
  * The Initial Developer of the Original Code is Openbravo SLU 
- * All portions are Copyright (C) 2011-2016 Openbravo SLU 
+ * All portions are Copyright (C) 2011-2017 Openbravo SLU 
  * All Rights Reserved. 
  * Contributor(s):  ______________________________________.
  ************************************************************************
@@ -62,7 +62,6 @@
  */
 public class SRMOPickEditLines extends BaseProcessActionHandler {
   private static Logger log = Logger.getLogger(SRMOPickEditLines.class);
-  private static String SERVICEPRODUCT = "S";
 
   @Override
   protected JSONObject doExecute(Map<String, Object> parameters, String 
content) {

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to