Skip to content

Commit

Permalink
TEIID-5473 removing the final designation
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 18, 2018
1 parent ad327c5 commit 9c70584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -36,7 +36,7 @@
import org.teiid.translator.TypeFacility;
import org.teiid.translator.jdbc.JDBCMetadataProcessor;

public final class OracleMetadataProcessor extends
public class OracleMetadataProcessor extends
JDBCMetadataProcessor {

private boolean useGeometryType;
Expand Down
Expand Up @@ -32,7 +32,7 @@
import org.teiid.translator.TypeFacility;
import org.teiid.translator.jdbc.JDBCMetadataProcessor;

public final class PostgreSQLMetadataProcessor
public class PostgreSQLMetadataProcessor
extends JDBCMetadataProcessor {

@Override
Expand Down

0 comments on commit 9c70584

Please sign in to comment.