mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Moved python script to correct directory
This commit is contained in:
parent
1df1d58ed7
commit
c7a2e12c65
@ -43,7 +43,7 @@ public class PythonInterpreterPreInvocationAdvice implements PreInvocationAuthor
|
||||
throw new IllegalStateException("Python script did not set the permit flag");
|
||||
}
|
||||
|
||||
return Py.tojava(allowed, Boolean.class);
|
||||
return (Boolean)Py.tojava(allowed, Boolean.class);
|
||||
}
|
||||
|
||||
private Map<String,Object> createArgumentMap(MethodInvocation mi) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user