We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216b87c commit 8d4c02bCopy full SHA for 8d4c02b
src/java.base/share/classes/java/lang/runtime/SwitchBootstraps.java
@@ -74,7 +74,7 @@ private SwitchBootstraps() {}
74
* Bootstrap method for linking an {@code invokedynamic} call site that
75
* implements a {@code switch} on a target of a reference type. The static
76
* arguments are an array of case labels which must be non-null and of type
77
- * {@code String} or {@code Integer} and {@code Class}.
+ * {@code String} or {@code Integer} or {@code Class}.
78
* <p>
79
* The type of the returned {@code CallSite}'s method handle will have
80
* a return type of {@code int}. It has two parameters: the first argument
0 commit comments