Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
CommunicationGroupDriverImpl.removeTask() is currently being used to handle failure cases internally and is not a method of the CommunicationGroupDriver interface. Thus the user cannot manually reduce the number of tasks of a communication group unless the user casts CommunicationGroupDriver to CommunicationGroupDriverImpl. We should add removeTask as a public method to the interface.