mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +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