langtools/src/jdk.jshell/share/classes/jdk/jshell/Snippet.java
changeset 43770 a321bed02000
parent 41514 a75c2b869d8d
child 45868 6a58a7837e93
equal deleted inserted replaced
43769:c60feafb47db 43770:a321bed02000
    37  * any of its methods will always return the same result.
    37  * any of its methods will always return the same result.
    38  * For information about the current state of the snippet within the JShell
    38  * For information about the current state of the snippet within the JShell
    39  * state engine, query {@code JShell} passing the Snippet.
    39  * state engine, query {@code JShell} passing the Snippet.
    40  * <p>
    40  * <p>
    41  * Because it is immutable, {@code Snippet} (and subclasses) is thread-safe.
    41  * Because it is immutable, {@code Snippet} (and subclasses) is thread-safe.
       
    42  *
    42  * @author Robert Field
    43  * @author Robert Field
       
    44  * @since 9
    43  * @see jdk.jshell.JShell#status
    45  * @see jdk.jshell.JShell#status
    44  */
    46  */
    45 public abstract class Snippet {
    47 public abstract class Snippet {
    46 
    48 
    47     /**
    49     /**