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

Commit e865687

Browse files
fabriziocuccipavelbucek
authored andcommitted
Fixed repetition of word in Chapter 3
1 parent 1d00076 commit e865687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/docbook/jaxrs-resources.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ public void post(@BeanParam MyBeanParam beanParam, String entity) {
563563
directly. Injecting the bean parameter into @Singleton resource class fields is not allowed (injections into method
564564
parameter must be used instead).
565565
</para>
566-
<para>&jaxrs.BeanParam; can contain all parameters injections injections
566+
<para>&jaxrs.BeanParam; can contain all parameters injections
567567
(&jaxrs.PathParam;, &jaxrs.QueryParam;, &jaxrs.MatrixParam;, &jaxrs.HeaderParam;,
568568
&jaxrs.CookieParam;, &jaxrs.FormParam;). More
569569
beans can be injected into one resource or method parameters even if they inject the same request values. For example

0 commit comments

Comments
 (0)