mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Correct signature and package in comment
cf https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletResponse.html#addCookie(javax.servlet.http.Cookie)
This commit is contained in:
@@ -266,7 +266,7 @@ library class CookieGetCommentMethod extends Method {
|
||||
}
|
||||
|
||||
/**
|
||||
* The method `addCookie(String)` declared in `javax.servlet.http.Cookie`.
|
||||
* The method `addCookie(Cookie)` declared in `javax.servlet.http.HttpServletResponse`.
|
||||
*/
|
||||
class ResponseAddCookieMethod extends Method {
|
||||
ResponseAddCookieMethod() {
|
||||
|
||||
Reference in New Issue
Block a user