Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit b75566c

Browse files
committed
ServletDeploymentContext.Builder.contextPath is not chainable.
Change-Id: Iec988c2a4b93a3f3b9984f03f28a6f7ad47016da
1 parent 28d49ce commit b75566c

File tree

1 file changed

+1
-1
lines changed
  • examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx

1 file changed

+1
-1
lines changed

examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class RxClientsTest extends JerseyTest {
6262
@Override
6363
protected DeploymentContext configureDeployment() {
6464
return ServletDeploymentContext.builder(RxApplication.class)
65-
.contextPath("rx-client-java8-webapp").contextPath("rx").build();
65+
.contextPath("rx-client-webapp/rx").build();
6666
}
6767

6868
@Test

0 commit comments

Comments
 (0)