Skip to content

Commit 42c8347

Browse files
committed
Formatting
1 parent a8d62fc commit 42c8347

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

datamodel/odata/odata-core/src/main/java/com/sap/cloud/sdk/datamodel/odata/helper/FluentHelperUpdate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
import io.vavr.control.Option;
2929
import lombok.extern.slf4j.Slf4j;
30-
import org.checkerframework.checker.units.qual.N;
3130

3231
/**
3332
* Representation of an OData update request as a fluent interface for further configuring the request and

datamodel/odata/odata-core/src/main/java/com/sap/cloud/sdk/datamodel/odata/helper/ODataEntitySerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static String serializeEntityForUpdatePatchRecursiveFull(
166166
* the complex object to check
167167
* @return true if the complex object contains any changed fields, false otherwise
168168
*/
169-
private static boolean containsNestedChangedFields(final VdmComplex<?> vdmComplex )
169+
private static boolean containsNestedChangedFields( final VdmComplex<?> vdmComplex )
170170
{
171171
if( !vdmComplex.getChangedFields().isEmpty() ) {
172172
return true;

0 commit comments

Comments
 (0)