HHH-8159 - Apply fixups indicated by analysis tools
This commit is contained in:
parent
9b37f2a297
commit
bf781d4bf7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue