/[Apache-SVN]
ViewVC logotype

Revision 1465389


Jump to revision: Previous Next
Author: jleroux
Date: Sun Apr 7 13:09:28 2013 UTC (11 years ago)
Changed paths: 2
Log Message:
"Applied fix from trunk for revision: 1465351" 
------------------------------------------------------------------------
r1465351 | jleroux | 2013-04-07 11:35:26 +0200 (dim., 07 avr. 2013) | 9 lines

billhuang noticed at https://issues.apache.org/jira/browse/OFBIZ-5172 that "description is incorrect":

int org.ofbiz.base.util.UtilValidate.java file:
    public static final String isMinuteMsg = "The Hour must be a number between 0 and 59.";
    public static final String isSecondMsg = "The Hour must be a number between 0 and 59.";
should be 
    public static final String isMinuteMsg = "The Minute must be a number between 0 and 59.";
    public static final String isSecondMsg = "The Second must be a number between 0 and 59.";

------------------------------------------------------------------------


Changed paths

Path Details
Directoryofbiz/branches/release10.04/ modified , props changed
Directoryofbiz/branches/release10.04/framework/base/src/org/ofbiz/base/util/UtilValidate.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26