diff --git a/webgoat-container/src/main/java/org/owasp/webgoat/AjaxAuthenticationEntryPoint.java b/webgoat-container/src/main/java/org/owasp/webgoat/AjaxAuthenticationEntryPoint.java index 3c2cfdce7..f1af53ddc 100644 --- a/webgoat-container/src/main/java/org/owasp/webgoat/AjaxAuthenticationEntryPoint.java +++ b/webgoat-container/src/main/java/org/owasp/webgoat/AjaxAuthenticationEntryPoint.java @@ -38,7 +38,7 @@ import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** - *

LabelService class.

+ *

AjaxAuthenticationEntryPoint class.

* * @author zupzup */