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

Commit 832b8b6

Browse files
zhengjllukasj
authored andcommitted
Fix accessibility issue (#25)
1 parent 4aa60c4 commit 832b8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/javax/xml/ws/wsaddressing/W3CEndpointReferenceBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public W3CEndpointReferenceBuilder serviceName(QName serviceName) {
160160
* Sets the {@code endpointName} as
161161
* {@code wsam:ServiceName/@EndpointName} in the
162162
* {@code wsa:Metadata} element. This method can only be called
163-
* after the {@link #serviceName} method has been called.
163+
* after the {@link #serviceName(QName)} method has been called.
164164
* <p>
165165
* See <a href="http://www.w3.org/TR/2007/REC-ws-addr-metadata-20070904/#refmetadatfromepr">
166166
* 2.1 Referencing WSDL Metadata from an EPR</a> for more details.

0 commit comments

Comments
 (0)