Skip to content

Commit

Permalink
fix zip4j import
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Mar 28, 2022
1 parent cf376f3 commit 9230e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/pt2matsim/gtfs/GtfsFeedImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package org.matsim.pt2matsim.gtfs;

import com.opencsv.CSVReader;
import net.lingala.zip4j.core.ZipFile;
import net.lingala.zip4j.ZipFile;
import net.lingala.zip4j.exception.ZipException;
import org.apache.commons.io.input.BOMInputStream;
import org.apache.log4j.Logger;
Expand Down

0 comments on commit 9230e16

Please sign in to comment.