ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

Changes return type to StringBuilder #549

Closed seanhenry closed 6 years ago

seanhenry commented 6 years ago

I get a method not found exception when using the StringBuilder because it returns an Appendable type rather than a StringBuilder type.

dicej commented 6 years ago

Thanks Sean. LGTM.

The Travis build failed due to a problem unrelated to your patch, so I'll address that seperately.

seanhenry commented 6 years ago

Thanks!