Skip to content

Commit

Permalink
HHH-12249 Wrong format in debug message of CollectionBinder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jan 24, 2018
1 parent 2035758 commit 48eb680
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -1068,8 +1068,6 @@ else if ( "desc".equals( orderByFragment ) ) {
}

public static String adjustUserSuppliedValueCollectionOrderingFragment(String orderByFragment) {
LOG.debugf( "#adjustUserSuppliedValueCollectionOrderingFragment(%)", orderByFragment );

if ( orderByFragment != null ) {
orderByFragment = orderByFragment.trim();
if ( orderByFragment.length() == 0 || orderByFragment.equalsIgnoreCase( "asc" ) ) {
Expand Down

0 comments on commit 48eb680

Please sign in to comment.