File tree 1 file changed +2
-2
lines changed
src/jdk.jshell/share/classes/jdk/jshell
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
44
44
* <p>
45
45
* Any change to the compilation status of a snippet is reported with a
46
46
* {@link jdk.jshell.SnippetEvent}. There are three major kinds of
47
- * changes to the status of a snippet: it can created with <code>eval</code>,
47
+ * changes to the status of a snippet: it can be created with <code>eval</code>,
48
48
* it can be dropped from the active source state with
49
49
* {@link jdk.jshell.JShell#drop(jdk.jshell.Snippet)}, and it can have
50
50
* its status updated as a result of a status change in another snippet.
You can’t perform that action at this time.
0 commit comments