Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 89ba3156 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Update the parameter type

parent 32ff9b12
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public class SMPCookieWriterGenerateHeaderTest {
});
}
public SMPCookieWriterGenerateHeaderTest(String description, boolean isSecure, Integer maxAge, String path, String sameSite, String domain, String expectedResultContains, String expectedResultNotContains) {
public SMPCookieWriterGenerateHeaderTest(String description, boolean isSecure, Integer maxAge, String path, String sameSite,String expectedResultContains, String expectedResultNotContains) {
this.description = description;
this.isSecure = isSecure;
this.maxAge = maxAge;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment