}
RtfDestination dest = this.getCurrentDestination();
boolean handled = false;
if(dest != null) {
handled = dest.handleCloseGroup();
}
if(debugParser) {
RtfParser.outputDebug(this.rtfDoc, groupLevel, "DEBUG: After dest.handleCloseGroup(); handled = " + Boolean.toString(handled));
RtfParser.outputDebug(this.rtfDoc, groupLevel, "");
}