/[classpath]/classpath/java/text/SimpleDateFormat.java
ViewVC logotype

Diff of /classpath/java/text/SimpleDateFormat.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by mark, Wed Jul 13 23:22:31 2005 UTC revision 1.49 by trebligd, Sat Jul 23 20:25:15 2005 UTC
# Line 180  public class SimpleDateFormat extends Da Line 180  public class SimpleDateFormat extends Da
180     * years to be interpreted as representing     * years to be interpreted as representing
181     * the years between 2004 and 2104.     * the years between 2004 and 2104.
182     *     *
183     * @see get2DigitYearStart()     * @see #get2DigitYearStart()
184     * @see set2DigitYearStart(java.util.Date)     * @see #set2DigitYearStart(java.util.Date)
185     * @see Date     * @see Date
186     * @serial The start date of the century for parsing two digit years.     * @serial The start date of the century for parsing two digit years.
187     *         May not be null.     *         May not be null.
# Line 192  public class SimpleDateFormat extends Da Line 192  public class SimpleDateFormat extends Da
192     * The year at which interpretation of two     * The year at which interpretation of two
193     * digit years starts.     * digit years starts.
194     *     *
195     * @see get2DigitYearStart()     * @see #get2DigitYearStart()
196     * @see set2DigitYearStart(java.util.Date)     * @see #set2DigitYearStart(java.util.Date)
197     * @serial Ignored.     * @serial Ignored.
198     */     */
199    private transient int defaultCentury;    private transient int defaultCentury;
# Line 204  public class SimpleDateFormat extends Da Line 204  public class SimpleDateFormat extends Da
204     * stored in standardChars.  Localized patterns     * stored in standardChars.  Localized patterns
205     * are translated to this form.     * are translated to this form.
206     *     *
207     * @see applyPattern(String)     * @see #applyPattern(String)
208     * @see applyLocalizedPattern(String)     * @see #applyLocalizedPattern(String)
209     * @see toPattern()     * @see #toPattern()
210     * @see toLocalizedPattern()     * @see #toLocalizedPattern()
211     * @serial The non-localized pattern string.  May not be null.     * @serial The non-localized pattern string.  May not be null.
212     */     */
213    private String pattern;    private String pattern;
# Line 611  public class SimpleDateFormat extends Da Line 611  public class SimpleDateFormat extends Da
611     * <li>Is using the same century for two digit years.</li>     * <li>Is using the same century for two digit years.</li>
612     * </ul>     * </ul>
613     *     *
614     * @param obj The object to compare for equality against.     * @param o The object to compare for equality against.
615     *     *
616     * @return <code>true</code> if the specified object is equal to this object,     * @return <code>true</code> if the specified object is equal to this object,
617     * <code>false</code> otherwise.     * <code>false</code> otherwise.

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26