Skip to content

Commit 626a111

Browse files
committed
Fix PMD warnings
1 parent ce8583b commit 626a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datamodel/openapi/openapi-generator/src/main/java/com/sap/cloud/sdk/datamodel/openapi/generator/GenerationConfigurationConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public OperationsMap postProcessOperationsWithModels(
9696

9797
@SuppressWarnings( { "rawtypes", "RedundantSuppression" } )
9898
@Override
99-
protected void updateModelForObject( CodegenModel m, Schema schema )
99+
protected void updateModelForObject( @Nonnull final CodegenModel m, @Nonnull final Schema schema )
100100
{
101101
if( STOP_ADDITIONAL_PROPERTIES.isEnabled(config) ) {
102102
schema.setAdditionalProperties(Boolean.FALSE);

0 commit comments

Comments
 (0)