Skip to content

Commit

Permalink
TCK Challenge: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.J…
Browse files Browse the repository at this point in the history
…AXRSClientIT#setStatusInfoTest and #setStatusTest jakartaee#1199

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Dec 8, 2023
1 parent 77e78fc commit c3bfae3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -362,6 +362,7 @@ public Family getFamily() {
private void resetStatusEntity(int status) {
switch (status) {
case 204:
case 304:
case 205:
responseContext.setEntity(null);
break;
Expand Down

0 comments on commit c3bfae3

Please sign in to comment.