mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Minor code clean up.
This commit is contained in:
parent
fd394cadcb
commit
170dc10105
@ -329,8 +329,7 @@ public class GroupBy2<S> implements ResultTransformer<Map<S, Group2>> {
|
||||
public GroupImpl() {
|
||||
for (int i=0; i < columnDefinitions.size(); i++) {
|
||||
GroupColumnDefinition<?, ?> coldef = columnDefinitions.get(i);
|
||||
Expression<?> expr = coldef.getExpression();
|
||||
groupColumns.put(expr, coldef.createGroupColumn());
|
||||
groupColumns.put(coldef.getExpression(), coldef.createGroupColumn());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user