Skip to content

Commit ffa026d

Browse files
committed
Adjust the namespace constant to align with the current spec.
1 parent f88cbd2 commit ffa026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/registrar/src/main/java/org/osgi/service/webservice/whiteboard/WebserviceWhiteboardConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private WebserviceWhiteboardConstants() {
2626
/**
2727
* Base namespace for the Webservice Whiteboard specification
2828
*/
29-
public static final String WEBSERVICE = "osgi.jakarta.xml.ws";
29+
public static final String WEBSERVICE = "osgi.service.webservice";
3030
/**
3131
* Base prefix used in component property types
3232
*/

0 commit comments

Comments
 (0)