nb-javac icon indicating copy to clipboard operation
nb-javac copied to clipboard

Fixed stripLeading() because it will *ALWAYS* throw and ClassCastExce…

Open brucehorton opened this issue 3 years ago • 1 comments

…ption

It should be invoking String::stripLeading() instead of String::isBlank()

brucehorton avatar Jan 22 '22 23:01 brucehorton

This code is untested.

brucehorton avatar Jan 22 '22 23:01 brucehorton