HHH-12249 Wrong format in debug message of CollectionBinder
This commit is contained in:
parent
203575865c
commit
48eb680496
|
@ -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" ) ) {
|
||||
|
|
Loading…
Reference in New Issue