Skip to content

Commit 0c124cd

Browse files
committed
CharacterRefC: finalize the "ptr" field
1 parent 01a5c6a commit 0c124cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/stephengold/joltjni/CharacterRefC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final public class CharacterRefC
4545
/**
4646
* cache the target to avoid duplication
4747
*/
48-
private ConstCharacter ptr;
48+
final private ConstCharacter ptr;
4949
// *************************************************************************
5050
// constructors
5151

0 commit comments

Comments
 (0)