Minor reformat
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
a33b9f1ab5
commit
33cd6c0525
|
|
@ -25,7 +25,7 @@ class BackgroundTask(throttle: Int, timeLimit: Int) {
|
|||
Captcha.generateChallenge(Parameters("medium", "image/png", "text", Option(Size(0, 0))))
|
||||
throttleIn -= 1
|
||||
}
|
||||
} catch { case exception: Exception => println(exception.getStackTrace()) }
|
||||
} catch { case exception: Exception => println(exception) }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ object CaptchaProviders {
|
|||
"GifCaptcha" -> new GifCaptcha,
|
||||
"ShadowTextCaptcha" -> new ShadowTextCaptcha,
|
||||
"RainDropsCaptcha" -> new RainDropsCP,
|
||||
"DebugCaptcha" -> new DebugCaptcha,
|
||||
"DebugCaptcha" -> new DebugCaptcha
|
||||
//"LabelCaptcha" -> new LabelCaptcha
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue