Skip to content

Commit

Permalink
add final
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfengcdt committed Aug 9, 2023
1 parent 91748c6 commit 79c6a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
/**
* Oracle create materialized view log statement.
*/
public class OracleCreateMaterializedViewLogStatement extends AbstractSQLStatement implements OracleStatement {
public final class OracleCreateMaterializedViewLogStatement extends AbstractSQLStatement implements OracleStatement {
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
/**
* OracleSQL create materialized view statement.
*/
public class OracleCreateMaterializedViewStatement extends CreateMaterializedViewStatement implements OracleStatement {
public final class OracleCreateMaterializedViewStatement extends CreateMaterializedViewStatement implements OracleStatement {
}

0 comments on commit 79c6a30

Please sign in to comment.