< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/internal/ShutdownHooks.java

Print this page

        

*** 4,19 **** * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jline.internal; import java.util.ArrayList; import java.util.List; ! import static jline.internal.Preconditions.checkNotNull; /** * Manages the JLine shutdown-hook thread and tasks to execute on shutdown. * * @author <a href="mailto:jason@planet57.com">Jason Dillon</a> --- 4,19 ---- * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jdk.internal.jline.internal; import java.util.ArrayList; import java.util.List; ! import static jdk.internal.jline.internal.Preconditions.checkNotNull; /** * Manages the JLine shutdown-hook thread and tasks to execute on shutdown. * * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
< prev index next >