We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97db03 commit afd6818Copy full SHA for afd6818
hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectClause.java
@@ -193,7 +193,7 @@ public void initializeExplicitSelectClause(FromClause fromClause) throws Semanti
193
FromElement fromElement = (FromElement) iterator.next();
194
195
if ( fromElement.isFetch() ) {
196
- FromElement origin;
+ final FromElement origin;
197
if ( fromElement.getRealOrigin() == null ) {
198
// work around that crazy issue where the tree contains
199
// "empty" FromElements (no text); afaict, this is caused
0 commit comments