diff options
| author | Nathanael Nerode <neroden@twcny.rr.com> | 2002-06-15 18:38:00 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-06-15 18:38:00 +0000 |
| commit | 945dabcd7ac1a6b7aedb28b8e192aec12c601a85 (patch) | |
| tree | 8a4f017e3a724177a134fd4df0e2e753015e297e /libjava/java/text/ChoiceFormat.java | |
| parent | 5f51b048fbb02d1c6fe31c4508dc142653b3cac8 (diff) | |
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
Diffstat (limited to 'libjava/java/text/ChoiceFormat.java')
| -rw-r--r-- | libjava/java/text/ChoiceFormat.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/text/ChoiceFormat.java b/libjava/java/text/ChoiceFormat.java index 4bb123f3f28..710a725990e 100644 --- a/libjava/java/text/ChoiceFormat.java +++ b/libjava/java/text/ChoiceFormat.java @@ -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 |
