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