Skip to content

Commit

Permalink
SqlViewBinding - minor
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Dec 5, 2017
1 parent 4668ba1 commit 2724bba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public SqlViewRowIdsConverter getRowIdsConverter()
return rowIdsConverter;
}

public List<DocumentQueryOrderBy> getDefaultOrderBys()
public ImmutableList<DocumentQueryOrderBy> getDefaultOrderBys()
{
return defaultOrderBys;
}
Expand Down Expand Up @@ -384,7 +384,7 @@ public Builder tableAlias(final String sqlTableAlias)
return this;
}

private String getTableAlias()
public String getTableAlias()
{
if (_tableAlias == null)
{
Expand Down

0 comments on commit 2724bba

Please sign in to comment.