.get(docAttributeList.size() - 1);
ChangeRequest request = new ChangeRequest(this,
"Customize documentation.") {
protected void _execute() throws Exception {
//_editDocAttribute(getFrame(), docAttribute, target);
docApplicationSpecializer.editDocumentation(
getFrame(), docAttribute, target);
}
};
target.requestChange(request);
}