added import statement for SystemProperties

This commit is contained in:
hns 2001-08-20 14:53:12 +00:00
parent 225751ec18
commit 96cad06996

View file

@ -13,6 +13,7 @@ import helma.framework.*;
import helma.framework.core.*;
import helma.objectmodel.*;
import helma.servlet.*;
import helma.util.SystemProperties;
import Acme.Serve.*;
import javax.servlet.Servlet;