diff options
Diffstat (limited to 'libjava/java/util/PropertyResourceBundle.java')
-rw-r--r-- | libjava/java/util/PropertyResourceBundle.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/PropertyResourceBundle.java b/libjava/java/util/PropertyResourceBundle.java index d873e13..9d556f2 100644 --- a/libjava/java/util/PropertyResourceBundle.java +++ b/libjava/java/util/PropertyResourceBundle.java @@ -54,7 +54,7 @@ import java.io.InputStream; * * If there is also a class for this resource and the same locale, the * class will be chosen. The properties file should have the name of the - * resource bundle, appended with the locale (e.g. <code>_de</code) and the + * resource bundle, appended with the locale (e.g. <code>_de</code> and the * extension <code>.properties</code>. The file should have the same format * as for <code>Properties.load()</code> * |