2005-02-22 Michael Koch <konqueror@gmx.de>
* java/nio/DirectByteBufferImpl.java (owner): Fixed formatting of javadoc. * java/text/DateFormat.java (getAvailableLocales): Fixed formatting. * java/text/SimpleDateFormat.java: Fixed formatting and import statement order. * java/util/Calendar.java (Calendar): Fixed javadoc to be HTML compliant. * java/util/SimpleTimeZone.java: Fixed javadocs. From-SVN: r95392
This commit is contained in:
committed by
Michael Koch
parent
44f3667679
commit
a010a29561
@@ -494,7 +494,7 @@ public abstract class DateFormat extends Format implements Cloneable
|
||||
* This method returns a list of available locales supported by this
|
||||
* class.
|
||||
*/
|
||||
public static Locale[] getAvailableLocales ()
|
||||
public static Locale[] getAvailableLocales()
|
||||
{
|
||||
// FIXME
|
||||
Locale[] l = new Locale[1];
|
||||
|
||||
Reference in New Issue
Block a user