HHH-4494 : cglib log warning says BytecodeProvider impl is considered deprecated

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2009-10-14 22:18:06 +00:00
parent b5325a5752
commit b810e64514
1 changed files with 0 additions and 4 deletions

View File

@ -46,10 +46,6 @@ public class BytecodeProviderImpl implements BytecodeProvider {
private static final Logger log = LoggerFactory.getLogger( BytecodeProviderImpl.class );
public BytecodeProviderImpl() {
log.warn( "The CGLIB BytecodeProvider impl is considered deprecated and not recommended for use" );
}
public ProxyFactoryFactory getProxyFactoryFactory() {
return new ProxyFactoryFactoryImpl();
}