nb-javac
nb-javac copied to clipboard
Fixed stripLeading() because it will *ALWAYS* throw and ClassCastExce…
…ption
It should be invoking String::stripLeading() instead of String::isBlank()
This code is untested.