Skip to content

Commit

Permalink
Reorder imported libraries listed at the top for improving readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
yayamamo committed Aug 8, 2019
1 parent fac2dec commit 04680c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jp/ac/rois/dbcls/ConvRDF.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
import org.apache.jena.riot.lang.PipedRDFStream;
import org.apache.jena.riot.lang.PipedTriplesStream;
import org.apache.jena.riot.system.ErrorHandlerFactory;
import org.apache.jena.riot.RDFLanguages;
import org.apache.jena.graph.Triple;
import org.apache.jena.graph.Graph;
import org.apache.jena.graph.Factory;
import org.apache.jena.atlas.logging.LogCtl;
import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream;
import org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream;
import org.apache.commons.compress.compressors.xz.XZCompressorInputStream;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.io.input.CloseShieldInputStream;
import org.apache.jena.atlas.logging.LogCtl;
import org.apache.jena.graph.Factory;
import org.apache.jena.riot.RDFLanguages;

public class ConvRDF {

Expand Down

0 comments on commit 04680c9

Please sign in to comment.