}
public void linkNode() throws Exception {
if (this.callNode != null) {
CategoryNode resources = CategoryNodeBuilder.getCategoryNode(this.treeBuilder, "resources");
if (resources == null) {
String msg = "This sitemap contains no resources. Cannot redirect at " +
this.callNode.getLocation();
getLogger().error(msg);