Commit b29ed9e
[split] Fix arg type in RetryingFilter.apply
`RetryingFilter.apply` should let its `shouldRetry` argument take a
`Try[Nothing]` instead of a `Try[Rep]`, since it's immediately turned
into a `RetryPolicy[Try[Nothing]]`.
Github-pull-request: twitter#108
Signed-off-by: Steve Gury <[email protected]>
RB_ID=866761 parent b1dd06a commit b29ed9e
File tree
1 file changed
+1
-1
lines changed- finagle-core/src/main/scala/com/twitter/finagle/service
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments