mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -38,7 +38,7 @@ public class GifCaptcha extends AbstractCaptcha {
|
|||||||
* @param height 验证码高度
|
* @param height 验证码高度
|
||||||
*/
|
*/
|
||||||
public GifCaptcha(int width, int height) {
|
public GifCaptcha(int width, int height) {
|
||||||
this(width, height, 100);
|
this(width, height, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user