Removed obsolete captcha class
This commit is contained in:
parent
d9bcb7f76f
commit
af024f4cef
@ -1,16 +0,0 @@
|
|||||||
package org.ros.chatto.captcha;
|
|
||||||
|
|
||||||
import lombok.Builder;
|
|
||||||
|
|
||||||
@Builder
|
|
||||||
public class WebCaptchaBuilder {
|
|
||||||
private CaptchaBehaviour captchaBehaviour;
|
|
||||||
// public WebCaptchaBuilder(CaptchaBehaviour captchaBehaviour)
|
|
||||||
// {
|
|
||||||
// this.captchaBehaviour = captchaBehaviour;
|
|
||||||
// }
|
|
||||||
public WebCaptcha build()
|
|
||||||
{
|
|
||||||
return new WebCaptcha(captchaBehaviour);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user