From 36ce7d193e9a374efaffd031ac0fdc9bcbe76598 Mon Sep 17 00:00:00 2001
From: Meno Hochschild
Note that the displayed name does not need to be unique for different elements. For example - * the localized names of {@code PlainDate.DAY_OF_MONTH} and {@code PlainDate.DAY_OF_YEAR} might - * be equal.
+ *Note that the displayed name does not need to be unique for different elements. For example the + * localized names of {@code PlainDate.MONTH_OF_YEAR} and {@code PlainDate.MONTH_AS_NUMBER} are equal.
* * @param language language setting * @return localized name or if not available then {@link #name() a technical name} will be chosen @@ -327,7 +326,7 @@ int compare( * Elementnamen zurück. * *Hinweis: Der Anzeigename muß nicht eindeutig sein. Zum Beispiel sind die Anzeigenamen - * von {@code PlainDate.DAY_OF_MONTH} und {@code PlainDate.DAY_OF_YEAR} in der Regel gleich.
+ * von {@code PlainDate.MONTH_OF_YEAR} und {@code PlainDate.MONTH_AS_NUMBER} in der Regel gleich. * * @param language language setting * @return localized name or if not available then {@link #name() a technical name} will be chosen