Skip to content

Commit

Permalink
addressed PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Oct 10, 2024
1 parent dc8439a commit 9eacc54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package liquibase.ext.databricks.change.createTable;

import liquibase.ext.databricks.parser.NamespaceDetailsDatabricks;
import liquibase.serializer.AbstractLiquibaseSerializable;
import lombok.AllArgsConstructor;
import lombok.Getter;
Expand All @@ -21,6 +22,6 @@ public String getSerializedObjectName() {

@Override
public String getSerializedObjectNamespace() {
return "http://www.liquibase.org/xml/ns/databricks";
return NamespaceDetailsDatabricks.DATABRICKS_NAMESPACE;
}
}

0 comments on commit 9eacc54

Please sign in to comment.