fix comment

This commit is contained in:
Looly 2019-09-02 10:21:48 +08:00
parent e777fbf5ce
commit 9318e52825

View File

@ -118,7 +118,7 @@ public class Condition extends CloneSupport<Condition> {
this.operator = OPERATOR_LIKE;
this.value = SqlUtil.buildLikeValue(value, likeType, false);
}
// --------------------------------------------------------------- Constructor start
// --------------------------------------------------------------- Constructor end
// --------------------------------------------------------------- Getters and Setters start
/**