Skip to content

Commit

Permalink
TEIID-5497 changing metadatarepository back to an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 5, 2018
1 parent 774e11d commit 2834060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Custom_Metadata_Repository.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.teiid.metadata.MetadataRepository;
package com.something;
public class CustomMetadataRepository extends MetadataRepository {
public class CustomMetadataRepository implements MetadataRepository {
@Override
public void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory)
throws TranslatorException {
Expand Down

0 comments on commit 2834060

Please sign in to comment.