summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2005-01-20 16:18:37 +0000
committerMichael Koch <konqueror@gmx.de>2005-01-20 16:18:37 +0000
commit07d39776168df546249526091ce44bf0b3c04a48 (patch)
treed986536ae7d880c86decf6cce2f6c535ecaa56ee /doc
parentb82626a85f8961aa6dac00e055facc058a82c125 (diff)
downloadclasspath-07d39776168df546249526091ce44bf0b3c04a48.tar.gz
2005-01-20 Michael Koch <konqueror@gmx.de>
* doc/hacking.texinfo: Fixed one typo and the paragraph about time formats.
Diffstat (limited to 'doc')
-rw-r--r--doc/hacking.texinfo14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/hacking.texinfo b/doc/hacking.texinfo
index 9f06d7c2c..f9cddd6f7 100644
--- a/doc/hacking.texinfo
+++ b/doc/hacking.texinfo
@@ -1553,7 +1553,7 @@ Date formatting and parsing is handled by the
@code{java.text.SimpleDateFormat} class in most locales. This class is
configured by attaching an instance of the @code{java.text.DateFormatSymbols}
class. That class simply reads properties from our locale specific
-resource bundle. The following items are requiered (refer to the
+resource bundle. The following items are required (refer to the
documentation of the @code{java.text.DateFormatSymbols} class for details
io what the actual values should be):
@@ -1577,18 +1577,14 @@ locale.
@code{DateFormat.LONG}
@item fullDateFormat - The format string for dates used by
@code{DateFormat.FULL}
-@item defaultDateFormat - The format string for dates used by
-@code{DateFormat.DEFAULT}
-@item shortDateFormat - The format string for times used by
+@item shortTimeFormat - The format string for times used by
@code{DateFormat.SHORT}
-@item mediumDateFormat - The format string for times used by
+@item mediumTimeFormat - The format string for times used by
@code{DateFormat.MEDIUM}
-@item longDateFormat - The format string for times used by
+@item longTimeFormat - The format string for times used by
@code{DateFormat.LONG}
-@item fullDateFormat - The format string for times used by
+@item fullTimeFormat - The format string for times used by
@code{DateFormat.FULL}
-@item defaultDateFormat - The format string for times used by
-@code{DateFormat.DEFAULT}
@end itemize
Note that it may not be possible to use this mechanism for all locales.