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:
parent
44f3667679
commit
a010a29561
6 changed files with 37 additions and 21 deletions
|
@ -45,8 +45,8 @@ import gnu.java.text.FormatBuffer;
|
|||
import gnu.java.text.FormatCharacterIterator;
|
||||
import gnu.java.text.StringFormatBuffer;
|
||||
|
||||
import java.io.InvalidObjectException;
|
||||
import java.io.IOException;
|
||||
import java.io.InvalidObjectException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Calendar;
|
||||
|
@ -97,7 +97,8 @@ public class SimpleDateFormat extends DateFormat
|
|||
* @param s the size of the field.
|
||||
* @param c the character used.
|
||||
*/
|
||||
public CompiledField(int f, int s, char c) {
|
||||
public CompiledField(int f, int s, char c)
|
||||
{
|
||||
field = f;
|
||||
size = s;
|
||||
character = c;
|
||||
|
@ -169,7 +170,7 @@ public class SimpleDateFormat extends DateFormat
|
|||
* @see DateFormatSymbols
|
||||
* @serial The localisation data. May not be null.
|
||||
*/
|
||||
private DateFormatSymbols formatData; // formatData
|
||||
private DateFormatSymbols formatData;
|
||||
|
||||
/**
|
||||
* The date representing the start of the century
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue