We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6e480 commit 96d78e2Copy full SHA for 96d78e2
1 file changed
schemacrawler-scripting/src/main/java/schemacrawler/tools/command/script/ScriptSupport.java
@@ -8,6 +8,6 @@
8
9
package schemacrawler.tools.command.script;
10
11
-import schemacrawler.tools.state.AbstractExecutionState;
+import schemacrawler.tools.utility.AbstractTextSupport;
12
13
-public final class ScriptSupport extends AbstractExecutionState {}
+public final class ScriptSupport extends AbstractTextSupport {}
0 commit comments