< prev index next >

src/jdk.jshell/share/classes/jdk/jshell/ImportSnippet.java

Print this page

        

*** 34,44 **** * {@code ImportSnippet} is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 8.3: importDeclaration. */ public class ImportSnippet extends PersistentSnippet { final String fullname; final String fullkey; --- 34,44 ---- * {@code ImportSnippet} is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 7.5 Import Declarations */ public class ImportSnippet extends PersistentSnippet { final String fullname; final String fullkey;
< prev index next >