()
| 17 | public static final int MAX_PAGE_SIZE = 50; |
| 18 | |
| 19 | public SearchCondition(){} |
| 20 | |
| 21 | public SearchCondition(Integer page, Integer pageSize) { |
| 22 | this(page, pageSize, "", ""); |
nothing calls this directly
no outgoing calls
no test coverage detected