Skip to content

Commit d09b729

Browse files
K5qu4r3dewaostrowska
authored andcommitted
fix: remove enablePartialTime() call
1 parent 81ab38b commit d09b729

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ public Schema createProperty31() {
374374
addKeys(names, OBJECT, "object");
375375
NAMES = Collections.unmodifiableMap(names);
376376

377-
// Add "LocalTime" class mappings
378-
enablePartialTime();
379-
380377
if (System.getenv(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY) != null) {
381378
explicitObjectType = Boolean.parseBoolean(System.getenv(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY));
382379
} else if (System.getProperty(Schema.EXPLICIT_OBJECT_SCHEMA_PROPERTY) != null) {

0 commit comments

Comments
 (0)