Skip to content

Commit

Permalink
Correct some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoodiupui committed Aug 2, 2023
1 parent bb9e88d commit be22790
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public boolean needsCuration(Context c, XmlWorkflowItem wfi)
*
* @param c the context
* @param wfi the workflow item
* @return true if curation was completed or not required,
* @return true if curation was completed or not required;
* false if tasks were queued for later completion,
* or item was rejected
* or item was rejected.
* @throws AuthorizeException if authorization error
* @throws IOException if IO error
* @throws SQLException if database error
Expand All @@ -58,7 +58,9 @@ public boolean doCuration(Context c, XmlWorkflowItem wfi)
* @param curator the curation context
* @param c the user context
* @param wfId the workflow item's ID
* @return true if curation failed.
* @return true if curation curation was completed or not required;
* false if tasks were queued for later completion,
* or item was rejected.
* @throws AuthorizeException if authorization error
* @throws IOException if IO error
* @throws SQLException if database error
Expand All @@ -72,7 +74,9 @@ public boolean curate(Curator curator, Context c, String wfId)
* @param curator the curation context
* @param c the user context
* @param wfi the workflow item
* @return true if curation failed.
* @return true if workflow curation was completed or not required;
* false if tasks were queued for later completion,
* or item was rejected.
* @throws AuthorizeException if authorization error
* @throws IOException if IO error
* @throws SQLException if database error
Expand Down

0 comments on commit be22790

Please sign in to comment.