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 {
4444
4545 /**
4646 * 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+.
4848 * By default, +JAX-RS+ will perform autodiscovery of our services.
4949 * That means there is no need to add a +web.xml+ in this scenario.
5050 *
@@ -83,7 +83,7 @@ public void setUpClass() throws MalformedURLException {
8383 *
8484 * include::MyResourceTest#setUpClass[]
8585 *
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+
8787 * client library.
8888 *
8989 * The asynchronous client library comes with multiple option on how
You can’t perform that action at this time.
0 commit comments