HHH-8159 - Apply fixups indicated by analysis tools

This commit is contained in:
Steve Ebersole 2013-04-30 08:36:27 -05:00
parent 9b37f2a297
commit bf781d4bf7
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public class C3P0ConnectionProvider
} }
private void warnPropertyConflict(String hibernateStyle, String c3p0Style) { private void warnPropertyConflict(String hibernateStyle, String c3p0Style) {
LOG.bothHibernateAndC3p0StylesSet( hibernateStyle, c3p0Style, hibernateStyle, c3p0Style ); LOG.bothHibernateAndC3p0StylesSet( hibernateStyle, c3p0Style );
} }
@Override @Override