SWS-948 Fix typo (duplicated the)

This commit is contained in:
Uxio
2016-02-11 21:06:01 +01:00
committed by Greg Turnquist
parent 2be6c50c8f
commit 420e795607
10 changed files with 12 additions and 12 deletions

View File

@@ -219,7 +219,7 @@ public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor impl
* value="{Content}{http://example.org/paymentv2}CreditCard;
* {Element}{}UserName" />
* </pre>
* The the first entry of the list identifies the element {@code CreditCard} in the namespace
* The first entry of the list identifies the element {@code CreditCard} in the namespace
* {@code http://example.org/paymentv2}, and will encrypt its content. Be aware that the element name, the
* namespace identifier, and the encryption modifier are case sensitive.
*

View File

@@ -217,7 +217,7 @@ public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor impl
* value="{Content}{http://example.org/paymentv2}CreditCard;
* {Element}{}UserName" />
* </pre>
* The the first entry of the list identifies the element {@code CreditCard} in the namespace
* The first entry of the list identifies the element {@code CreditCard} in the namespace
* {@code http://example.org/paymentv2}, and will encrypt its content. Be aware that the element name, the
* namespace identifier, and the encryption modifier are case sensitive.
*