Skip to content

Commit 68c8cce

Browse files
authored
- removes unused imports
1 parent dbb9fbd commit 68c8cce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/microsoft/graph/httpcore/HttpClients.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
import okhttp3.Interceptor;
55
import okhttp3.OkHttpClient;
66
import okhttp3.OkHttpClient.Builder;
7-
import okhttp3.Protocol;
87

98
import javax.annotation.Nonnull;
109
import javax.annotation.Nullable;
11-
import java.util.Collections;
1210
import java.util.Objects;
1311

1412
/**

0 commit comments

Comments
 (0)