Add synchronized like super

This commit is contained in:
Gary Gregory 2022-05-30 09:14:43 -04:00
parent c7d56ecb70
commit 702d661907

View File

@ -67,7 +67,7 @@ private static class ExceptionWithCause extends Exception {
} }
@Override @Override
public Throwable getCause() { public synchronized Throwable getCause() {
return cause; return cause;
} }