From b31b94320917635c08602ec8bce0b0c33d51c33d Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 23 Feb 2010 13:00:12 +0000 Subject: [PATCH] widened AbstractFactoryBean's "getObjectType" signature to return any Class as well (SPR-6872) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3030 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../beans/factory/config/AbstractFactoryBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java b/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java index 2b0cfa9b48f..67d52452787 100644 --- a/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java +++ b/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/AbstractFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2009 the original author or authors. + * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -193,7 +193,7 @@ public abstract class AbstractFactoryBean * interface, for a consistent offering of abstract template methods. * @see org.springframework.beans.factory.FactoryBean#getObjectType() */ - public abstract Class getObjectType(); + public abstract Class getObjectType(); /** * Template method that subclasses must override to construct