Cleanup import statements

This commit is contained in:
hns 2003-11-05 11:52:22 +00:00
parent 3a61763cbc
commit 1e75ca9b90
2 changed files with 0 additions and 4 deletions

View file

@ -18,7 +18,6 @@ package helma.objectmodel;
import helma.framework.IPathElement;
import helma.objectmodel.db.DbMapping;
import java.io.*;
import java.util.*;
/**

View file

@ -16,9 +16,6 @@
package helma.objectmodel;
import java.io.*;
import java.util.*;
/**
* Interface that defines states of nodes
*/