|
Change Parameter Type handler : ExceptionHandler to handler : ExceptionHandler<? super T> in method public exception(exceptionClass Class<T>, handler ExceptionHandler<? super T>) : void in class spark.Spark |
From |
To |
|
Change Parameter Type exceptionClass : Class<? extends Exception> to exceptionClass : Class<? extends T> in method public exceptionClass(exceptionClass Class<? extends T>) : void in class spark.ExceptionHandlerImpl |
From |
To |
|
Change Parameter Type exceptionClass : Class<? extends Exception> to exceptionClass : Class<T> in method public ExceptionHandlerImpl(exceptionClass Class<T>) in class spark.ExceptionHandlerImpl |
From |
To |
|
Change Parameter Type handler : ExceptionHandler to handler : ExceptionHandler<? super T> in method public exception(exceptionClass Class<T>, handler ExceptionHandler<? super T>) : void in class spark.Service |
From |
To |
|
Change Parameter Type exceptionClass : Class<? extends Exception> to exceptionClass : Class<T> in method public exception(exceptionClass Class<T>, handler ExceptionHandler<? super T>) : void in class spark.Spark |
From |
To |
|
Change Parameter Type exceptionClass : Class<? extends Exception> to exceptionClass : Class<T> in method public exception(exceptionClass Class<T>, handler ExceptionHandler<? super T>) : void in class spark.Service |
From |
To |