Skip to content

Commit

Permalink
getTaskBuilder -> createTaskBuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Sanders <zidane@outlook.com>
  • Loading branch information
Chris Sanders committed Aug 10, 2015
1 parent bb65d57 commit a699350
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public interface SchedulerService {
*
* @return A new task builder
*/
TaskBuilder getTaskBuilder();
TaskBuilder createTaskBuilder();

/**
* Retrieves a scheduled or running task by its unique ID.
Expand Down

0 comments on commit a699350

Please sign in to comment.