updated import statement for DbSource
This commit is contained in:
parent
cf524fa87c
commit
ed5784800e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
package helma.framework.extensions;
|
package helma.framework.extensions;
|
||||||
|
|
||||||
import helma.framework.core.Application;
|
import helma.framework.core.Application;
|
||||||
import helma.objectmodel.DbSource;
|
import helma.objectmodel.db.DbSource;
|
||||||
import FESI.Parser.*;
|
import FESI.Parser.*;
|
||||||
import FESI.AST.*;
|
import FESI.AST.*;
|
||||||
import FESI.Interpreter.*;
|
import FESI.Interpreter.*;
|
||||||
|
|
Loading…
Add table
Reference in a new issue