BAEL-11410: Move OkHttpTimeoutLiveTest to com.baeldung.okhttp.timeout

This commit is contained in:
Krzysiek 2019-11-28 21:56:18 +01:00
parent b241ef7886
commit f3a28a752b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.okhttp; package com.baeldung.okhttp.timeout;
import okhttp3.*; import okhttp3.*;
import org.junit.Test; import org.junit.Test;