jdk/src/share/classes/java/time/format/package-info.java
changeset 17474 8c100beabcc0
parent 15658 55b829ca2334
child 24865 09b1d992ca72
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    74  * </p>
    74  * </p>
    75  * <p>
    75  * <p>
    76  * Localization occurs by calling
    76  * Localization occurs by calling
    77  * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
    77  * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
    78  * on the formatter. Further customization is possible using
    78  * on the formatter. Further customization is possible using
    79  * {@link java.time.format.DateTimeFormatSymbols DateTimeFormatSymbols}.
    79  * {@link java.time.format.DecimalStyle DecimalStyle}.
    80  * </p>
    80  * </p>
    81  *
    81  *
    82  * <h3>Package specification</h3>
    82  * <h3>Package specification</h3>
    83  * <p>
    83  * <p>
    84  * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface
    84  * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface