Polishing

This commit is contained in:
Juergen Hoeller
2016-07-15 18:02:26 +02:00
parent 9be54047e9
commit d3c0e75b95
15 changed files with 50 additions and 50 deletions

View File

@@ -83,7 +83,7 @@ public class TransactionSystemException extends TransactionException {
}
@Override
public boolean contains(Class exType) {
public boolean contains(Class<?> exType) {
return super.contains(exType) || (exType != null && exType.isInstance(this.applicationException));
}