2 Comments
User's avatar
DenverDetective's avatar

This line I think has a typo:

var helloWorldBytes = javaString.toBytes();

should be:

var helloWorldBytes = javaString.getBytes();

Expand full comment
Christopher Crockett's avatar

Whoops, nice catch! Fixed now. I must have somehow botched that one in editing

Expand full comment