details: https://code.openbravo.com/erp/devel/pi/rev/4b1da36d4b2c changeset: 27986:4b1da36d4b2c user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon Nov 23 08:35:22 2015 +0100 summary: fixed issue 31557: NumberFilter unneeded @SuppressWarnings("unused")
diffstat: src-core/src/org/openbravo/base/filter/NumberFilter.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diffs (19 lines): diff -r ea5082230987 -r 4b1da36d4b2c src-core/src/org/openbravo/base/filter/NumberFilter.java --- a/src-core/src/org/openbravo/base/filter/NumberFilter.java Mon Nov 23 07:05:10 2015 +0100 +++ b/src-core/src/org/openbravo/base/filter/NumberFilter.java Mon Nov 23 08:35:22 2015 +0100 @@ -1,6 +1,6 @@ /* ************************************************************************************ - * Copyright (C) 2009-2010 Openbravo S.L.U. + * Copyright (C) 2009-2015 Openbravo S.L.U. * Licensed under the Apache Software License version 2.0 * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software distributed @@ -23,7 +23,6 @@ public static final NumberFilter instance = new NumberFilter(); - @SuppressWarnings("unused") @Override public boolean accept(String value) { try { ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits