< prev index next >

src/java.base/share/classes/java/nio/file/ClosedDirectoryStreamException.java

Print this page

        

@@ -33,10 +33,11 @@
  */
 
 public class ClosedDirectoryStreamException
     extends IllegalStateException
 {
+    @java.io.Serial
     static final long serialVersionUID = 4228386650900895400L;
 
     /**
      * Constructs an instance of this class.
      */
< prev index next >