(T context)
| 1783 | } |
| 1784 | |
| 1785 | @Override |
| 1786 | public Integer getMinimum(T context) { |
| 1787 | |
| 1788 | PlainDate date = context.get(CALENDAR_DATE); |
| 1789 | return Integer.valueOf(this.getMinWeek(date)); |
| 1790 | |
| 1791 | } |
| 1792 | |
| 1793 | @Override |
| 1794 | public Integer getMaximum(T context) { |
nothing calls this directly
no test coverage detected