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