diff --git a/src/helma/doc/DocApplication.java b/src/helma/doc/DocApplication.java index 1d0828bb..06d6b322 100644 --- a/src/helma/doc/DocApplication.java +++ b/src/helma/doc/DocApplication.java @@ -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); }