Skip to content

Commit

Permalink
♻️ Refactoring code. spring-boot-stater
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Jul 31, 2020
1 parent 218db48 commit c2cd4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.wf.captcha.base;
package com.pig4cloud.captcha.base;

import com.wf.captcha.engine.Evaluator;
import com.wf.captcha.engine.Symbol;
import com.pig4cloud.captcha.engine.Evaluator;
import com.pig4cloud.captcha.engine.Symbol;

/**
* 算术验证码抽象类 Created by 王帆 on 2019-08-23 上午 10:08.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.wf.captcha;
package com.pig4cloud.captcha;

import org.junit.Test;

Expand Down

0 comments on commit c2cd4dd

Please sign in to comment.