Document unused type parameter for tests
This commit is contained in:
parent
e8cccb8efb
commit
c7d56ecb70
|
@ -45,7 +45,7 @@ public class NotVisibleExceptionFactory {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Throwable getCause() {
|
||||
public synchronized Throwable getCause() {
|
||||
return cause;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue