bug fixed in helma.main.Server

This commit is contained in:
stefanp 2002-03-25 18:37:49 +00:00
parent 66f7b97e40
commit 4e0182bfda

View file

@ -103,7 +103,6 @@ public class DocApplication extends DocElement implements IPathElement {
}
public IPathElement getParentElement() {
// FIXME: Server.getServer() throws a NullPointerException from here ?
Server s = helma.main.Server.getServer();
return s.getChildElement(this.name);
}