Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/java/text/SimpleDateFormat.java
          +++ new/src/share/classes/java/text/SimpleDateFormat.java
↓ open down ↓ 403 lines elided ↑ open up ↑
 404  404   * </blockquote>
 405  405   *
 406  406   * <h4><a name="synchronization">Synchronization</a></h4>
 407  407   *
 408  408   * <p>
 409  409   * Date formats are not synchronized.
 410  410   * It is recommended to create separate format instances for each thread.
 411  411   * If multiple threads access a format concurrently, it must be synchronized
 412  412   * externally.
 413  413   *
 414      - * @see          <a href="http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html">Java Tutorial</a>
      414 + * @see          <a href="https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html">Java Tutorial</a>
 415  415   * @see          java.util.Calendar
 416  416   * @see          java.util.TimeZone
 417  417   * @see          DateFormat
 418  418   * @see          DateFormatSymbols
 419  419   * @author       Mark Davis, Chen-Lieh Huang, Alan Liu
 420  420   */
 421  421  public class SimpleDateFormat extends DateFormat {
 422  422  
 423  423      // the official serial version ID which says cryptically
 424  424      // which version we're compatible with
↓ open down ↓ 2018 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX