Document unused type parameter for tests

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

View File

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