()
| 742 | * @since 3.24/4.20 |
| 743 | */ |
| 744 | public String printToday() { |
| 745 | return UnitPatterns.of(this.getLocale()).getTodayWord(); |
| 746 | } |
| 747 | |
| 748 | /** |
| 749 | * <p>Determines the localized word for "tomorrow". </p> |
nothing calls this directly
no test coverage detected