mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
e777fbf5ce
commit
9318e52825
@ -118,7 +118,7 @@ public class Condition extends CloneSupport<Condition> {
|
|||||||
this.operator = OPERATOR_LIKE;
|
this.operator = OPERATOR_LIKE;
|
||||||
this.value = SqlUtil.buildLikeValue(value, likeType, false);
|
this.value = SqlUtil.buildLikeValue(value, likeType, false);
|
||||||
}
|
}
|
||||||
// --------------------------------------------------------------- Constructor start
|
// --------------------------------------------------------------- Constructor end
|
||||||
|
|
||||||
// --------------------------------------------------------------- Getters and Setters start
|
// --------------------------------------------------------------- Getters and Setters start
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user