Skip to content

Commit 087b025

Browse files
committed
test: add tests for RetryConfigMapping
1 parent b63e552 commit 087b025

File tree

2 files changed

+414
-1
lines changed

2 files changed

+414
-1
lines changed

core/src/main/java/com/linecorp/armeria/client/retry/RetryConfigMappingBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private boolean validateMappingKeys() {
4242
return perHost || perMethod || perPath;
4343
}
4444

45-
public RetryConfigMapping<T> build(RetryConfigFactory retryConfigFactory) {
45+
public RetryConfigMapping<T> build(RetryConfigFactory<T> retryConfigFactory) {
4646
if (!validateMappingKeys()) {
4747
throw new IllegalStateException(
4848
"A RetryConfigMapping created by this builder must be per host, method and/or path");

0 commit comments

Comments
 (0)