Skip to content

Commit

Permalink
Reduce method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Oct 1, 2019
1 parent 5582a32 commit 42b5965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private InternalTable getInternalTable(ConnectorSession connectorSession, Connec
return getInformationSchemaTable(session, handle.getCatalogName(), handle.getTable(), prefixes, handle.getLimit());
}

public InternalTable getInformationSchemaTable(Session session, String catalog, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit)
private InternalTable getInformationSchemaTable(Session session, String catalog, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit)
{
log.debug("Building information schema table (queryId=%s; catalog=%s; table=%s; prefixes=%s, limit=%s)", session.getQueryId(), catalog, table, prefixes, limit);

Expand Down

0 comments on commit 42b5965

Please sign in to comment.