HHH-12249 Wrong format in debug message of CollectionBinder

This commit is contained in:
Sanne Grinovero 2018-01-24 10:58:49 +00:00
parent 203575865c
commit 48eb680496
1 changed files with 0 additions and 2 deletions

View File

@ -1068,8 +1068,6 @@ public abstract class CollectionBinder {
}
public static String adjustUserSuppliedValueCollectionOrderingFragment(String orderByFragment) {
LOG.debugf( "#adjustUserSuppliedValueCollectionOrderingFragment(%)", orderByFragment );
if ( orderByFragment != null ) {
orderByFragment = orderByFragment.trim();
if ( orderByFragment.length() == 0 || orderByFragment.equalsIgnoreCase( "asc" ) ) {