Fix a param issue
This commit is contained in:
parent
d1667487c2
commit
3e98c3a87d
|
@ -232,7 +232,9 @@ public class DateParam extends BaseParamWithPrefix<DateParam> implements /*IQuer
|
|||
/**
|
||||
* Constructor
|
||||
*/
|
||||
DateParamDateTimeHolder() {
|
||||
// LEAVE THIS AS PUBLIC!!
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
public DateParamDateTimeHolder() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue