Skip to content

Commit

Permalink
Refactor ProcessListChangedSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Dec 29, 2024
1 parent 221a3ad commit a440705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface ProcessPersistService {
* @param instanceId instance ID
* @param taskId task ID
*/
void reportLocalProcesses(final String instanceId, final String taskId);
void reportLocalProcesses(String instanceId, String taskId);

/**
* Get process list.
Expand Down

0 comments on commit a440705

Please sign in to comment.