HtmlTextConstruct htmlConstruct = (HtmlTextConstruct) textContent.getContent();
content = htmlConstruct.getHtml();
}
String author = entry.getAuthors().get(0).getName();
Blip newBlip = wavelet.reply("\n");
newBlip.append("Comment #" + commentId + " from " + author);
newBlip.append("\n\n" + content);
robot.submit(wavelet, robot.getRpcServerUrl());
}
}