Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
b04dafd6
Commit
b04dafd6
authored
Nov 20, 2019
by
michael.simon
Browse files
typo bug
parent
be8e971a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-service/src/main/java/edu/kit/scc/webreg/job/ClearInvalidAuthnRequests.java
View file @
b04dafd6
...
...
@@ -32,7 +32,7 @@ public class ClearInvalidAuthnRequests extends AbstractExecutableJob {
InitialContext
ic
=
new
InitialContext
();
SamlAuthnRequestService
service
=
(
SamlAuthnRequestService
)
ic
.
lookup
(
"global/bwreg/bwreg-service/SamlAuthnRequestServiceImpl!edu.kit.scc.webreg.service.SamlAuthnRequest"
);
SamlAuthnRequestService
service
=
(
SamlAuthnRequestService
)
ic
.
lookup
(
"global/bwreg/bwreg-service/SamlAuthnRequestServiceImpl!edu.kit.scc.webreg.service.SamlAuthnRequest
Service
"
);
service
.
deleteInvalid
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment