correct typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18844 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
27b173b7ec
commit
9cab0f821f
|
@ -279,7 +279,7 @@ public class FromElement extends HqlSqlWalkerNode implements DisplayableNode, Pa
|
||||||
buf.append( ",tableAlias=" ).append( getTableAlias() );
|
buf.append( ",tableAlias=" ).append( getTableAlias() );
|
||||||
FromElement origin = getRealOrigin();
|
FromElement origin = getRealOrigin();
|
||||||
buf.append( ",origin=" ).append( origin == null ? "null" : origin.getText() );
|
buf.append( ",origin=" ).append( origin == null ? "null" : origin.getText() );
|
||||||
buf.append( ",colums={" );
|
buf.append( ",columns={" );
|
||||||
if ( columns != null ) {
|
if ( columns != null ) {
|
||||||
for ( int i = 0; i < columns.length; i++ ) {
|
for ( int i = 0; i < columns.length; i++ ) {
|
||||||
buf.append( columns[i] );
|
buf.append( columns[i] );
|
||||||
|
|
Loading…
Reference in New Issue