< prev index next >

test/langtools/tools/javac/diags/examples/SerialNonPrivateMethod.java

Print this page
@@ -32,11 +32,10 @@
  
  // options: -Xlint:serial
  
  import java.io.*;
  
- 
  abstract class SerialNonPrivateMethod implements Serializable {
      private static final long serialVersionUID = 42;
  
      private static class CustomObjectOutputStream extends ObjectOutputStream {
          public CustomObjectOutputStream() throws IOException,
< prev index next >