Skip to content

Commit 8d4c02b

Browse files
committed
Fixing typo.
1 parent 216b87c commit 8d4c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/lang/runtime/SwitchBootstraps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private SwitchBootstraps() {}
7474
* Bootstrap method for linking an {@code invokedynamic} call site that
7575
* implements a {@code switch} on a target of a reference type. The static
7676
* arguments are an array of case labels which must be non-null and of type
77-
* {@code String} or {@code Integer} and {@code Class}.
77+
* {@code String} or {@code Integer} or {@code Class}.
7878
* <p>
7979
* The type of the returned {@code CallSite}'s method handle will have
8080
* a return type of {@code int}. It has two parameters: the first argument

0 commit comments

Comments
 (0)