diff options
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 |