Repository: empire-db Updated Branches: refs/heads/master dcffe1319 -> f33358fe1
EMPIREDB-250 added missing override Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/f33358fe Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/f33358fe Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/f33358fe Branch: refs/heads/master Commit: f33358fe11fd628b9463da17b35cb40b4dfc944f Parents: dcffe13 Author: Rainer Döbele <[email protected]> Authored: Fri Oct 19 12:24:17 2018 +0200 Committer: Rainer Döbele <[email protected]> Committed: Fri Oct 19 12:24:17 2018 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/f33358fe/empire-db/src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java ---------------------------------------------------------------------- diff --git a/empire-db/src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java b/empire-db/src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java index b62d877..cc9b4ff 100644 --- a/empire-db/src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java +++ b/empire-db/src/main/java/org/apache/empire/db/mysql/MySQLDDLGenerator.java @@ -202,6 +202,7 @@ public class MySQLDDLGenerator extends DBDDLGenerator<DBDatabaseDriverMySQL> * @param v the view to create * @param script the sql script to which to append the dll command(s) */ + @Override protected void createView(DBView v, DBSQLScript script) { // Create the Command
