Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundE
private static Map<String, EnumSet<SecurityPermission>> readPermissions(
ObjectInputStream.GetField fields,
String name
) throws IOException {
) throws IOException, ClassNotFoundException {
return normalizeResourcePermissions((Map<String, ? extends Collection<SecurityPermission>>)fields.get(name, null));
}

Expand Down