Skip to content

Commit

Permalink
HHH-13201 - mark local origin variable as final
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobe91 authored and beikov committed Sep 3, 2020
1 parent d97db03 commit afd6818
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -193,7 +193,7 @@ public void initializeExplicitSelectClause(FromClause fromClause) throws Semanti
FromElement fromElement = (FromElement) iterator.next();

if ( fromElement.isFetch() ) {
FromElement origin;
final FromElement origin;
if ( fromElement.getRealOrigin() == null ) {
// work around that crazy issue where the tree contains
// "empty" FromElements (no text); afaict, this is caused
Expand Down

0 comments on commit afd6818

Please sign in to comment.