浏览代码

fix comment

Looly 6 年之前
父节点
当前提交
9318e52825
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hutool-db/src/main/java/cn/hutool/db/sql/Condition.java

+ 1 - 1
hutool-db/src/main/java/cn/hutool/db/sql/Condition.java

@@ -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
 	/**