mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 11:05:09 +00:00
Add synchronized like super
This commit is contained in:
parent
c7d56ecb70
commit
702d661907
@ -67,7 +67,7 @@ private static class ExceptionWithCause extends Exception {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Throwable getCause() {
|
public synchronized Throwable getCause() {
|
||||||
return cause;
|
return cause;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user