mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Removed no-longer relevant code comment
This commit is contained in:
parent
fa6acf4e50
commit
ab71b369b6
@ -108,7 +108,6 @@ public JpaSelection<?> resolveJpaSelection() {
|
||||
public List<SqmSelectableNode<?>> getSelectionItems() {
|
||||
final List<SqmSelectableNode<?>> subSelections = new ArrayList<>();
|
||||
|
||||
//TODO: this has gotta be wrong!!
|
||||
if ( this.selections != null ) {
|
||||
if ( this.selections.size() == 1 ) {
|
||||
this.selections.get( 0 ).getSelectableNode().visitSubSelectableNodes( subSelections::add );
|
||||
|
Loading…
x
Reference in New Issue
Block a user