IN PROGRESS - BATCH-709: Change all collections to use generics

This commit is contained in:
robokaso
2008-07-16 10:26:22 +00:00
parent 4b04e4a7cf
commit 04a32007ad
6 changed files with 29 additions and 18 deletions

View File

@@ -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;
}