()
| 4538 | * @see #ofPattern(Class, String) |
| 4539 | */ |
| 4540 | public static Formatter<IsoUnit> ofJodaStyle() { |
| 4541 | |
| 4542 | return ofPattern(IsoUnit.class, JODA_PATTERN); |
| 4543 | |
| 4544 | } |
| 4545 | |
| 4546 | /** |
| 4547 | * <p>Equivalent to {@code ofPattern(IsoUnit.class, pattern)}. </p> |