mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
Add Collections.synchronizedList to classpath
This commit is contained in:
@ -18,7 +18,7 @@ package java.security;
|
||||
*/
|
||||
public class AccessController {
|
||||
|
||||
public static Object doPrivileged (PrivilegedAction action) {
|
||||
public static <T> T doPrivileged (PrivilegedAction<T> action) {
|
||||
return action.run();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user