Skip to content

Commit

Permalink
HHH-7446 bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pb00068 authored and stliu committed Aug 6, 2012
1 parent 3e1d39b commit 1c57d51
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -311,7 +311,8 @@ else if ( uniqueKeys.size() == 1 ) {
}

if ( removeIt ) {
uniqueKeys.remove( uniqueKeyEntry.getKey() );
//uniqueKeys.remove( uniqueKeyEntry.getKey() );
uniqueKeyEntries.remove();
}
}

Expand Down

0 comments on commit 1c57d51

Please sign in to comment.