Skip to content

Commit 3ce15bb

Browse files
committed
check not necessary
1 parent a2cfbb7 commit 3ce15bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/de/komoot/photon/json/JsonDumpConnector.java

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ public JsonDumpConnector(de.komoot.photon.Importer importer, String filename) {
3636
}
3737

3838
public void readEntireDatabase() {
39-
if (reader == null) {
40-
throw new IllegalStateException("Reader was not initialized");
41-
}
42-
4339
final ImportProgressMonitor progressMonitor = new ImportProgressMonitor();
4440
progressMonitor.start();
4541

0 commit comments

Comments
 (0)