Skip to content

Commit a4b91fd

Browse files
maxandersenbartoszmajsak
authored andcommitted
fix typo and remove not very helpful ' ;)
1 parent 5bb2f77 commit a4b91fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jaxrs/async-client/src/test/java/org/javaee7/jaxrs/asyncclient/MyResourceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)