Skip to content

Commit 56683d8

Browse files
committed
Leftover problems
1 parent 2dab7a2 commit 56683d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/java.base/share/classes/java/lang/classfile/instruction/ConvertInstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* have a {@linkplain Opcode#kind() kind} of {@link Opcode.Kind#CONVERT}.
4242
* Delivered as a {@link CodeElement} when traversing the elements of a {@link CodeModel}.
4343
* <p>
44-
* Conceptually, a primitive conversion instruction is a record:
44+
* A primitive conversion instruction can be viewed a record:
4545
* {@snippet lang=text :
4646
* // @link substring="ConvertInstruction" target="#of(TypeKind, TypeKind)" :
4747
* ConvertInstruction(

src/java.base/share/classes/java/lang/classfile/instruction/InvokeInstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* Corresponding opcodes have a {@linkplain Opcode#kind() kind} of {@link Opcode.Kind#INVOKE}.
4949
* Delivered as a {@link CodeElement} when traversing the elements of a {@link CodeModel}.
5050
* <p>
51-
* Conceptually, a method invocation instruction is a record:
51+
* A method invocation instruction can be viewed as a record:
5252
* {@snippet lang=text :
5353
* // @link substring="InvokeInstruction" target="#of(Opcode, MemberRefEntry)" :
5454
* InvokeInstruction(

0 commit comments

Comments
 (0)