LaunchCodeEducation / skills-back-end-java

Unit 3 (Java Track) of the LC101 Curriculum, following fundamentals in Python
http://education.launchcode.org/skills-back-end-java/
Other
16 stars 31 forks source link

Removes Unsupported Method #6

Closed ashleywxwx closed 7 years ago

ashleywxwx commented 7 years ago

String's toCharArray() only returns a char[] array. There's probably other ways we can get this into a Character[], but I wanted to raise the issue.

ashleywxwx commented 7 years ago

and removes an extra r