< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/console/completer/StringsCompleter.java

Print this page

        

*** 4,22 **** * 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.console.completer; import java.util.Arrays; import java.util.Collection; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; ! import static jline.internal.Preconditions.checkNotNull; /** * Completer for a set of strings. * * @author <a href="mailto:jason@planet57.com">Jason Dillon</a> --- 4,22 ---- * 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.console.completer; import java.util.Arrays; import java.util.Collection; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; ! import static jdk.internal.jline.internal.Preconditions.checkNotNull; /** * Completer for a set of strings. * * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
< prev index next >