Skip to content

Commit dfbbc62

Browse files
K5qu4r3dewaostrowska
authored andcommitted
fix: update access modifier of class PrimitiveType.DateStub
1 parent fd8ad9f commit dfbbc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-core/src/main/java/io/swagger/v3/core/util/PrimitiveType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ private static <K> void addMultiKeys(Map<K, Collection<PrimitiveType>> map, Prim
572572
}
573573
}
574574

575-
private static class DateStub {
575+
public static class DateStub {
576576
private DateStub() {
577577
}
578578
}

0 commit comments

Comments
 (0)