質問編集履歴

1

誤字

2021/12/24 05:50

投稿

ImPathy
ImPathy

スコア29

test CHANGED
File without changes
test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
  URI uri = uriInfo.getBaseUriBuilder().path("../myPage.html").build();
34
34
 
35
- return Response.temporaryRedirect(uri).cookie(new NewCookie("uid", null, "/", null, "",**0**, false))
35
+ return Response.temporaryRedirect(uri).cookie(new NewCookie("uid", null, "/", null, "",0, false))
36
36
 
37
- .cookie(new NewCookie("depNo", null, "/", null, "", **0**, false)).build();
37
+ .cookie(new NewCookie("depNo", null, "/", null, "", 0, false)).build();
38
38
 
39
39
  }
40
40