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

Commit adadc78

Browse files
committed
fix comments formatting
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 28dfede commit adadc78

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

api/src/main/java/javax/xml/ws/Service.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,13 @@ public <T> T getPort(Class<T> serviceEndpointInterface) {
242242

243243

244244
/**
245-
* The {@code getPort} method returns a proxy.The parameter
246-
{@code serviceEndpointInterface} specifies the service
247-
endpoint interface that is supported by the returned proxy. In the implementation of this method, the JAX-WS
248-
runtime system takes the responsibility of selecting a protocol
249-
binding (and a port) and configuring the proxy accordingly.
250-
The returned proxy should not be reconfigured by the client.
245+
* The {@code getPort} method returns a proxy. The parameter
246+
* {@code serviceEndpointInterface} specifies the service
247+
* endpoint interface that is supported by the returned proxy.
248+
* In the implementation of this method, the JAX-WS
249+
* runtime system takes the responsibility of selecting a protocol
250+
* binding (and a port) and configuring the proxy accordingly.
251+
* The returned proxy should not be reconfigured by the client.
251252
*
252253
* @param <T> Service endpoint interface.
253254
* @param serviceEndpointInterface Service endpoint interface.

api/src/main/java/javax/xml/ws/WebServiceRef.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
*
154154
* @return the service class extending {@code javax.xml.ws.Service}
155155
*/
156-
// 2.1 has Class value() default Object.class;
157-
// Fixing this raw Class type correctly in 2.2 API. This shouldn't cause
158-
// any compatibility issues for applications.
156+
// 2.1 has Class value() default Object.class;
157+
// Fixing this raw Class type correctly in 2.2 API. This shouldn't cause
158+
// any compatibility issues for applications.
159159
Class<? extends Service> value() default Service.class;
160160

161161
/**

0 commit comments

Comments
 (0)