LOG.debug("Error while trying to add comment: " + error.getMessage());
}
}
+ doOpen(); //update all project elements, as comments are their attributes
doDisplayComments();
return SUCCESS;
}
} catch(InvalidParameterException error) {
LOG.debug("Error while trying to remove comment: " + error.getMessage());
}
+ doOpen(); //update all project elements, as comments are their attributes
doDisplayComments();
return SUCCESS;
}
} catch(InvalidParameterException error) {
LOG.debug("Error while trying to remove comment: " + error.getMessage());
}
+ doOpen(); //update all project elements, as comments are their attributes
doDisplayComments();
return SUCCESS;
}