Skip to content

Commit 48b4817

Browse files
committed
add missing serviceName to factory
1 parent 65f178d commit 48b4817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/wego/httpcache/services/factories/AsyncHttpCacheServiceFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import com.wego.httpcache.services.AsyncHttpCacheService;
55

66
public interface AsyncHttpCacheServiceFactory {
7-
AsyncHttpCacheService create(AsyncHttpClient asyncHttpClient, long ttl);
7+
AsyncHttpCacheService create(String serviceName, AsyncHttpClient asyncHttpClient, long ttl);
88
}

0 commit comments

Comments
 (0)