Skip to content

Commit

Permalink
Fix name type for FailedNotifiedTask (apache#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored and htynkn committed Aug 4, 2019
1 parent 9bf51e5 commit 2c92916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public final class FailedNotifiedTask extends AbstractRetryTask {

private static final String NAME = "retry subscribe";
private static final String NAME = "retry notify";

private final NotifyListener listener;

Expand Down

0 comments on commit 2c92916

Please sign in to comment.