Skip to content

Commit 87ebc77

Browse files
committed
Fix imports
1 parent a67ffcc commit 87ebc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datamodel/odata-v4/odata-v4-core/src/test/java/com/sap/cloud/sdk/datamodel/odatav4/core/ModificationResponseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import javax.annotation.Nonnull;
1414

15-
import lombok.SneakyThrows;
1615
import org.apache.http.Header;
1716
import org.apache.http.HttpResponse;
1817
import org.apache.http.HttpStatus;
@@ -38,6 +37,7 @@
3837
import lombok.EqualsAndHashCode;
3938
import lombok.Getter;
4039
import lombok.NoArgsConstructor;
40+
import lombok.SneakyThrows;
4141
import lombok.ToString;
4242

4343
class ModificationResponseTest

0 commit comments

Comments
 (0)