Add synchronized like super
This commit is contained in:
parent
c7d56ecb70
commit
702d661907
|
@ -67,7 +67,7 @@ public class ExceptionUtilsTest {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Throwable getCause() {
|
||||
public synchronized Throwable getCause() {
|
||||
return cause;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue