()
| 758 | * @since 3.43/4.38 |
| 759 | */ |
| 760 | public String printTomorrow() { |
| 761 | return UnitPatterns.of(this.getLocale()).getTomorrowWord(); |
| 762 | } |
| 763 | |
| 764 | /** |
| 765 | * <p>Obtains the localized word for given last day-of-week if available. </p> |
nothing calls this directly
no test coverage detected