File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jaxrs/async-client/src/test/java/org/javaee7/jaxrs/asyncclient Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class MyResourceTest {
44
44
45
45
/**
46
46
* Since +JAX-RS+ webservices are, well, web related and require a
47
- * web contex , they are required to be deployed within a +web archive+.
47
+ * web context , they are required to be deployed within a +web archive+.
48
48
* By default, +JAX-RS+ will perform autodiscovery of our services.
49
49
* That means there is no need to add a +web.xml+ in this scenario.
50
50
*
@@ -83,7 +83,7 @@ public void setUpClass() throws MalformedURLException {
83
83
*
84
84
* include::MyResourceTest#setUpClass[]
85
85
*
86
- * Now we're free to invoke our deployed service by using the +JAX-RS+
86
+ * Now we are free to invoke our deployed service by using the +JAX-RS+
87
87
* client library.
88
88
*
89
89
* The asynchronous client library comes with multiple option on how
You can’t perform that action at this time.
0 commit comments