changeset 43770 | a321bed02000 |
parent 41514 | a75c2b869d8d |
--- a/langtools/src/jdk.jshell/share/classes/jdk/jshell/SnippetEvent.java Fri Feb 10 07:50:55 2017 -0800 +++ b/langtools/src/jdk.jshell/share/classes/jdk/jshell/SnippetEvent.java Fri Feb 10 13:49:42 2017 -0800 @@ -38,7 +38,9 @@ * {@code SnippetEvent} is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. + * * @author Robert Field + * @since 9 */ public class SnippetEvent {