Merge pull request #5328 from owen-mc/correct-signature-in-comment

Java: Correct signature and package in comment
This commit is contained in:
Anders Schack-Mulligen
2021-03-04 17:03:35 +01:00
committed by GitHub

View File

@@ -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() {