File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/jdk.jshell/share/classes/jdk/jshell Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2025 , 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
@@ -524,7 +524,7 @@ public enum Status {
524
524
525
525
/**
526
526
* The snippet is inactive because it does not yet exist.
527
- * Used only in {@link SnippetEvent#previousStatus} for new
527
+ * Used only in {@link SnippetEvent#previousStatus() } for new
528
528
* snippets.
529
529
* {@link jdk.jshell.JShell#status(jdk.jshell.Snippet) JShell.status(Snippet)}
530
530
* will never return this {@code Status}.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2014, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2014, 2025 , 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
@@ -150,7 +150,7 @@ public abstract class SourceCodeAnalysis {
150
150
* They will not appear in queries for snippets --
151
151
* for example, {@link JShell#snippets() }.
152
152
* <p>
153
- * Restrictions on the input are as in {@link JShell#eval}.
153
+ * Restrictions on the input are as in {@link JShell#eval(String) }.
154
154
* <p>
155
155
* Only preliminary compilation is performed, sufficient to build the
156
156
* {@code Snippet}. Snippets known to be erroneous, are returned as
You can’t perform that action at this time.
0 commit comments