< prev index next >

src/java.desktop/share/classes/java/awt/desktop/FilesEvent.java

Print this page

        

*** 45,54 **** --- 45,55 ---- private static final long serialVersionUID = 5271763715462312871L; /** * The list of files. */ + @SuppressWarnings("serial") // Not statically typed as Serializable final List<File> files; /** * Constructs a {@code FilesEvent}. *
< prev index next >