Skip to content

Commit

Permalink
Updated field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 25, 2023
1 parent 067880f commit 32afd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jdwp/constants/invoke_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class InvokeOptions(IntEnum):
"""Invoke options constants for JDWP."""

INVOKE_SINGLE_THREADED = 0x01
INVOKE_NONVIRTUAL = 0x02
INVOKE_NON_VIRTUAL = 0x02

0 comments on commit 32afd6c

Please sign in to comment.