Skip to content

Commit 202ae90

Browse files
committed
removed UnparsableGeoJsonFeatureNotice
1 parent ac3bf77 commit 202ae90

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

core/src/main/java/org/mobilitydata/gtfsvalidator/notice/UnparsableGeoJsonFeatureNotice.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

main/src/main/java/org/mobilitydata/gtfsvalidator/table/GeoJsonFileLoader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public GtfsEntityContainer load(
4848
noticeContainer.addSystemError(new IOError(ioex));
4949
return fileDescriptor.createContainerForInvalidStatus(TableStatus.UNPARSABLE_ROWS);
5050
} catch (UnparsableGeoJsonFeatureException ugex) {
51-
noticeContainer.addValidationNotice(
52-
new UnparsableGeoJsonFeatureNotice(GtfsGeoJsonFeature.FILENAME, ugex.getMessage()));
5351
logger.atSevere().withCause(ugex).log("Unparsable GeoJSON feature");
5452
return fileDescriptor.createContainerForInvalidStatus(TableStatus.UNPARSABLE_ROWS);
5553
} catch (Exception ex) {

0 commit comments

Comments
 (0)