[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines (#1752)

EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor

Co-authored-by: Leo Bayer <lfbayer@gmail.com>
pull/1838/merge
cal 1 year ago committed by GitHub
parent c37074d465
commit 8c202e4554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,6 +78,7 @@ class ProxyLeakTask implements Runnable
final var stackTrace = exception.getStackTrace();
final var trace = new StackTraceElement[stackTrace.length - 5];
System.arraycopy(stackTrace, 5, trace, 0, trace.length);
exception.setStackTrace(trace);

Loading…
Cancel
Save