IN PROGRESS - BATCH-709: Change all collections to use generics
This commit is contained in:
@@ -170,7 +170,7 @@ public class FileToMessagesJobFactoryBean implements FactoryBean, BeanNameAware
|
||||
* Always returns {@link Job}.
|
||||
* @see org.springframework.beans.factory.FactoryBean#getObjectType()
|
||||
*/
|
||||
public Class<?> getObjectType() {
|
||||
public Class<Job> getObjectType() {
|
||||
return Job.class;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user