Skip to content

Commit

Permalink
Fixed namespace URIs - not used, so no issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 18, 2023
1 parent 36a2087 commit cb3b0a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public enum EWSSVersion
@Deprecated (forRemoval = false)
WSS_10("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "wsse", "1.0"),
@Deprecated (forRemoval = false)
WSS_11("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "wsse", "1.1"),
WSS_111 ("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", "wsse", "1.1.1");
WSS_11("http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd", "wsse11", "1.1"),
WSS_111 ("http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd", "wsse11", "1.1.1");

private final String m_sNamespaceURI;
private final String m_sNamespacePrefix;
Expand Down

0 comments on commit cb3b0a6

Please sign in to comment.