Skip to content

Commit

Permalink
一个导入语句错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed May 7, 2021
1 parent a4dc92b commit a12f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/blinkfox/fenix/config/FenixConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import com.blinkfox.fenix.core.concrete.SetHandler;
import com.blinkfox.fenix.core.concrete.StartsWithHandler;
import com.blinkfox.fenix.core.concrete.TextHandler;
import com.blinkfox.fenix.core.concrete.WhereHandler;
import com.blinkfox.fenix.core.concrete.TrimWhereHandler;
import com.blinkfox.fenix.core.concrete.WhereHandler;
import com.blinkfox.fenix.specification.handler.AbstractPredicateHandler;
import com.blinkfox.fenix.specification.handler.impl.BetweenPredicateHandler;
import com.blinkfox.fenix.specification.handler.impl.EndsWithPredicateHandler;
Expand Down

0 comments on commit a12f43e

Please sign in to comment.