HHH-13201 - mark local origin variable as final

This commit is contained in:
Moritz Becker 2019-01-16 08:55:33 +01:00 committed by Christian Beikov
parent d97db034b4
commit afd6818e55
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class SelectClause extends SelectExpressionList {
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