Skip to content

Commit

Permalink
Make InformationSchemaMetadata#calculatePrefixesWithTableName private
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Aug 27, 2019
1 parent f919edc commit de0985e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private Set<QualifiedTablePrefix> calculatePrefixesWithSchemaName(
.collect(toImmutableSet());
}

public Set<QualifiedTablePrefix> calculatePrefixesWithTableName(
private Set<QualifiedTablePrefix> calculatePrefixesWithTableName(
SchemaTableName schemaTableName,
ConnectorSession connectorSession,
Set<QualifiedTablePrefix> prefixes,
Expand Down

0 comments on commit de0985e

Please sign in to comment.