bug fixed in helma.main.Server
This commit is contained in:
parent
66f7b97e40
commit
4e0182bfda
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue