mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
61f58a9b62
commit
96d1708a71
@ -38,7 +38,7 @@ public class GifCaptcha extends AbstractCaptcha {
|
||||
* @param height 验证码高度
|
||||
*/
|
||||
public GifCaptcha(int width, int height) {
|
||||
this(width, height, 100);
|
||||
this(width, height, 5);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user