We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aba60 commit 5a5bfe1Copy full SHA for 5a5bfe1
launcher/src/test/java/org/apache/spark/launcher/LauncherServerSuite.java
@@ -255,8 +255,7 @@ private static class EvilPayload extends LauncherProtocol.Message {
255
// message.
256
private List<String> notAllowedField = Arrays.asList("disallowed");
257
258
- private void readObject(ObjectInputStream stream)
259
- throws IOException, ClassNotFoundException {
+ private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
260
stream.defaultReadObject();
261
EVIL_BIT = 1;
262
}
0 commit comments