This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 5c64914 Removing an accidental commit
5c64914 is described below
commit 5c649140166d022d300e19d5c8f766b1237252f8
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Jun 23 14:51:07 2020 +0100
Removing an accidental commit
---
.../org/apache/cxf/sts/rest/RESTSecurityTokenServiceImpl.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenServiceImpl.java
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenServiceImpl.java
index 7d73359..8101180 100644
---
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenServiceImpl.java
+++
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenServiceImpl.java
@@ -413,14 +413,6 @@ public class RESTSecurityTokenServiceImpl extends
SecurityTokenServiceImpl imple
return writer.toString();
}
- protected void setMessageContext(final MessageContext messageContext) {
- this.messageContext = messageContext;
- }
-
- protected void setSecurityContext(final javax.ws.rs.core.SecurityContext
securityContext) {
- this.securityContext = securityContext;
- }
-
private static int getDeflateLevel() {
Integer level = null;
@@ -446,5 +438,4 @@ public class RESTSecurityTokenServiceImpl extends
SecurityTokenServiceImpl imple
return token;
}
}
-
}