Browse Source

fix comment

Looly 6 years ago
parent
commit
9318e52825
1 changed files with 1 additions and 1 deletions
  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
 	/**