ChoiceFormat.java: Update comments from Classpath.

2002-06-15  Nathanael Nerode  <neroden@twcny.rr.com>

	* java/text/ChoiceFormat.java: Update comments from Classpath.
	* java/text/ParseException.java (serialVersionUID): New
	field from Classpath.
	* java/text/ParseException.java: Update formatting & comments
	from Classpath.

From-SVN: r54654
This commit is contained in:
Nathanael Nerode 2002-06-15 18:38:00 +00:00 committed by Tom Tromey
parent 5f51b048fb
commit 945dabcd7a
3 changed files with 54 additions and 62 deletions

View file

@ -52,10 +52,10 @@ import java.util.Vector;
* This sounds complicated, but that is because I did a poor job of
* explaining it. Consider the following example:
* <p>
* <pre>
* terminators = { 1, ChoiceFormat.nextDouble(1) }
* formats = { "file", "files" }
* </pre>
*
<pre>terminators = { 1, ChoiceFormat.nextDouble(1) }
formats = { "file", "files" }</pre>
*
* <p>
* In this case if the actual number tested is one or less, then the word
* "file" is used as the format value. If the number tested is greater than