Skip to content

Commit 99eca92

Browse files
refactor(retrofit): remove all com.squareup.okhttp dependencies (#4796)
1 parent 9e2d2c6 commit 99eca92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

orca-retrofit/src/main/java/com/netflix/spinnaker/orca/retrofit/RetrofitInterceptorProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020

2121
public interface RetrofitInterceptorProvider {
2222
List<okhttp3.Interceptor> getInterceptors();
23-
24-
List<com.squareup.okhttp.Interceptor> getLegacyInterceptors();
2523
}

0 commit comments

Comments
 (0)