mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
Merge pull request #5328 from owen-mc/correct-signature-in-comment
Java: Correct signature and package in comment
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