Skip to content

Commit 844501a

Browse files
committed
useless
1 parent 458d598 commit 844501a

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

openapi-parser/src/main/java/io/openapiparser/OpenApiResult30.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ public boolean validate (Validator validator, SchemaStore schemaStore) {
9292
})
9393
.collect (Collectors.toList ());
9494

95-
for (OutputUnit error : errors) {
96-
error.getError ();
97-
error.getInstanceLocation ();
98-
}
99-
10095
return false;
10196
} catch (Exception ex) {
10297
return true;

openapi-parser/src/main/java/io/openapiparser/OpenApiResult31.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ public boolean validate (Validator validator, SchemaStore schemaStore) {
9393
})
9494
.collect (Collectors.toList ());
9595

96-
for (OutputUnit error : errors) {
97-
error.getError ();
98-
error.getInstanceLocation ();
99-
}
100-
10196
return false;
10297
} catch (Exception ex) {
10398
return true;

0 commit comments

Comments
 (0)