changed import statement for SystemProperties

to new helma.util package
This commit is contained in:
hns 2001-08-20 14:38:51 +00:00
parent 96abb621ec
commit 062b3a4e5f

View file

@ -4,6 +4,7 @@
package helma.framework.core;
import helma.objectmodel.*;
import helma.objectmodel.db.DbMapping;
import helma.util.*;
import java.util.*;
import java.io.*;