Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed May 31, 2017
1 parent b3aba60 commit 5a5bfe1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ private static class EvilPayload extends LauncherProtocol.Message {
// message.
private List<String> notAllowedField = Arrays.asList("disallowed");

private void readObject(ObjectInputStream stream)
throws IOException, ClassNotFoundException {
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
stream.defaultReadObject();
EVIL_BIT = 1;
}
Expand Down

0 comments on commit 5a5bfe1

Please sign in to comment.