Fix a param issue

This commit is contained in:
James Agnew 2019-03-22 01:18:16 +01:00
parent d1667487c2
commit 3e98c3a87d
1 changed files with 3 additions and 1 deletions

View File

@ -232,7 +232,9 @@ public class DateParam extends BaseParamWithPrefix<DateParam> implements /*IQuer
/**
* Constructor
*/
DateParamDateTimeHolder() {
// LEAVE THIS AS PUBLIC!!
@SuppressWarnings("WeakerAccess")
public DateParamDateTimeHolder() {
super();
}