Add synchronized like super

This commit is contained in:
Gary Gregory 2022-05-30 09:14:43 -04:00
parent c7d56ecb70
commit 702d661907
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class ExceptionUtilsTest {
} }
@Override @Override
public Throwable getCause() { public synchronized Throwable getCause() {
return cause; return cause;
} }