IN PROGRESS - BATCH-709: Change all collections to use generics
This commit is contained in:
@@ -131,7 +131,7 @@ public class SimpleLimitExceptionHandler implements ExceptionHandler {
|
||||
* handler uses single counter that is incremented when one of the
|
||||
* recognized exception exceptionClasses is handled.
|
||||
*/
|
||||
public void setExceptionClasses(Class<? extends Throwable>[] classes) {
|
||||
public void setExceptionClasses(Class<?>[] classes) {
|
||||
this.exceptionClasses = classes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user