Skip to content

Commit

Permalink
Fixed number type
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Apr 10, 2024
1 parent 1d7b547 commit ca61f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String getType() {

@Override
public Number getNumber() {
return context.getMemoryAddress();
return Long.valueOf(context.getMemoryAddress());
}

@Override
Expand Down

0 comments on commit ca61f8a

Please sign in to comment.