ICU-7913 Remove javadoc verbage about leading zeroes

X-SVN-Rev: 29796
This commit is contained in:
John Emmons 2011-04-14 16:55:06 +00:00
parent 495ca07b6f
commit d63d812f6d

View File

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 1996-2010, International Business Machines Corporation and *
* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -465,8 +465,6 @@ public abstract class NumberFormat extends UFormat {
/**
* {@icu} Sets whether strict parsing is in effect. When this is true, the
* following conditions cause a parse failure (examples use the pattern "#,##0.#"):<ul>
* <li>Leading zeros<br>
* '00', '0123' fail the parse, but '0' and '0.001' pass</li>
* <li>Leading or doubled grouping separators<br>
* ',123' and '1,,234" fail</li>
* <li>Groups of incorrect length when grouping is used<br>
@ -475,7 +473,7 @@ public abstract class NumberFormat extends UFormat {
* '1,234E5' fails, but '1234E5' and '1,234E' pass ('E' is not an exponent when
* not followed by a number)</li>
* </ul>
* When strict parsing is off, leading zeros and all grouping separators are ignored.
* When strict parsing is off, all grouping separators are ignored.
* This is the default behavior.
* @param value True to enable strict parsing. Default is false.
* @see #isParseStrict