Skip to content

Commit dbf0616

Browse files
committed
Format
1 parent e857310 commit dbf0616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudplatform/connectivity-apache-httpclient5/src/test/java/com/sap/cloud/sdk/cloudplatform/connectivity/ApacheHttpClient5HeaderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
import java.util.Map;
2424
import java.util.function.Function;
2525

26+
import javax.annotation.Nonnull;
27+
2628
import org.apache.hc.client5.http.classic.methods.HttpGet;
2729
import org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler;
2830
import org.junit.jupiter.params.ParameterizedTest;
@@ -39,8 +41,6 @@
3941
import lombok.SneakyThrows;
4042
import lombok.Value;
4143

42-
import javax.annotation.Nonnull;
43-
4444
@WireMockTest
4545
class ApacheHttpClient5HeaderTest
4646
{

0 commit comments

Comments
 (0)