Skip to content

Commit

Permalink
Merge pull request #2782 from Pandrex247/PAYARA-2765-Typo
Browse files Browse the repository at this point in the history
PAYARA-2765 Fix typo
  • Loading branch information
Pandrex247 authored May 29, 2018
2 parents 91e45e4 + c86cfcb commit 8bdf3b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class SetFaultToleranceConfigurationCommand implements AdminCommand {
@Inject
private Target targetUtil;

@Param(optional = true, alias = "managedexecutoeservicename")
@Param(optional = true, alias = "managedexecutorservicename")
private String managedExecutorServiceName;

@Param(optional = true, alias = "managedscheduledexecutorservicename")
Expand Down

0 comments on commit 8bdf3b8

Please sign in to comment.