Skip to content

Commit a7b2522

Browse files
committed
missing type annotation
1 parent a0aa042 commit a7b2522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-parser/src/main/java/io/openapiparser/model/v32/Discriminator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public Map<String, String> getMapping () {
3636
return getMapStringsOrEmpty (MAPPING);
3737
}
3838

39-
public String getDefaultMapping () {
39+
public @Nullable String getDefaultMapping () {
4040
return getStringOrNull (DEFAULT_MAPPING);
4141
}
4242

0 commit comments

Comments
 (0)