You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: datamodel/odata-v4/odata-v4-core/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/adapter/JacksonVdmObjectDeserializer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public VdmObject<?> deserialize( @Nonnull final JsonParser parser, @Nonnull fina
99
99
thrownewIOException(
100
100
"Expected field name at current position of JSON object. Instead there was " + token);
Copy file name to clipboardexpand all lines: datamodel/openapi/openapi-generator/src/main/java/com/sap/cloud/sdk/datamodel/openapi/generator/ApiClassNameFieldPreprocessor.java
+12-4
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ class ApiClassNameFieldPreprocessor implements PreprocessingStep
0 commit comments