From 945dabcd7ac1a6b7aedb28b8e192aec12c601a85 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Sat, 15 Jun 2002 18:38:00 +0000 Subject: ChoiceFormat.java: Update comments from Classpath. 2002-06-15 Nathanael Nerode * 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 --- libjava/java/text/ChoiceFormat.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libjava/java/text/ChoiceFormat.java') 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: *

- *

- * terminators = { 1, ChoiceFormat.nextDouble(1) }
- * formats = { "file", "files" }
- * 
+ * +
terminators = { 1, ChoiceFormat.nextDouble(1) }
+formats = { "file", "files" }
+ * *

* 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 -- cgit v1.2.3