Skip to content

Commit

Permalink
satisfy javadoc lints
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbenz committed Feb 18, 2021
1 parent cc141b3 commit e737d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,8 @@ public Boolean getExportCausesToJCasCEnabled() {

/**
* Set if this feature is enabled or not. When on, causes will in the JCasC export.
* @param exportCausesToJCasCEnabled
*
* @param exportCausesToJCasCEnabled on or off. null == off.
*/
@DataBoundSetter
public void setExportCausesToJCasCEnabled(Boolean exportCausesToJCasCEnabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public List<String> getCategories() {
/**
* Setter for the comment.
*
* @param comment
* @param comment the comment
*/
@DataBoundSetter
public void setComment(String comment) {
Expand All @@ -469,7 +469,7 @@ public void setComment(String comment) {
/**
* Setter for the FailureCauseModifications done to this FailureCause.
*
* @param modifications
* @param modifications the modifications
*/
@DataBoundSetter
public void setModifications(List<FailureCauseModification> modifications) {
Expand Down

0 comments on commit e737d80

Please sign in to comment.