Added missing param javadoc in Case.java

This commit is contained in:
Richard Cordovano 2019-03-27 13:14:47 -04:00
parent 0216984b7b
commit a021a81a8b

View File

@ -2175,6 +2175,8 @@ public class Case {
* Updates the node data for the case directory lock coordination service * Updates the node data for the case directory lock coordination service
* node. * node.
* *
* @param progressIndicator A progress indicator.
*
* @throws CaseActionException If there is a problem completing the * @throws CaseActionException If there is a problem completing the
* operation. The exception will have a * operation. The exception will have a
* user-friendly message and may be a wrapper * user-friendly message and may be a wrapper