* Remove unused import statement.
This commit is contained in:
parent
80e0d4e012
commit
e6824fe0ee
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ import helma.framework.core.*;
|
||||||
import helma.framework.repository.Resource;
|
import helma.framework.repository.Resource;
|
||||||
import helma.objectmodel.*;
|
import helma.objectmodel.*;
|
||||||
import helma.objectmodel.db.DbMapping;
|
import helma.objectmodel.db.DbMapping;
|
||||||
import helma.objectmodel.db.DbKey;
|
|
||||||
import helma.scripting.*;
|
import helma.scripting.*;
|
||||||
import helma.util.CacheMap;
|
import helma.util.CacheMap;
|
||||||
import helma.util.SystemMap;
|
import helma.util.SystemMap;
|
||||||
|
@ -877,7 +876,7 @@ public final class RhinoCore implements ScopeProvider {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compilation has been completed successfully - switch over to code
|
* Compilation has been completed successfully - switch over to code
|
||||||
* from temporary prototype, removing properties that haven't been
|
* from temporary prototype, removing properties that haven't been
|
||||||
* renewed.
|
* renewed.
|
||||||
*/
|
*/
|
||||||
public void commitCompilation() {
|
public void commitCompilation() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue