()
| 726 | * @since 3.43/4.38 |
| 727 | */ |
| 728 | public String printYesterday() { |
| 729 | return UnitPatterns.of(this.getLocale()).getYesterdayWord(); |
| 730 | } |
| 731 | |
| 732 | /** |
| 733 | * <p>Determines the localized word for "today". </p> |
nothing calls this directly
no test coverage detected