Skip to content

Commit fe15c0d

Browse files
committed
rename AsyncHttpCacheServiceFactory
1 parent e721f2b commit fe15c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/wego/httpcache/services/factories/AsyncHttpServiceFactory.java renamed to src/main/java/com/wego/httpcache/services/factories/AsyncHttpCacheServiceFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import com.ning.http.client.AsyncHttpClient;
44
import com.wego.httpcache.services.AsyncHttpCacheService;
55

6-
public interface AsyncHttpServiceFactory {
6+
public interface AsyncHttpCacheServiceFactory {
77
AsyncHttpCacheService create(AsyncHttpClient asyncHttpClient, long ttl);
88
}

0 commit comments

Comments
 (0)