Skip to content

Commit adfb7a8

Browse files
author
Miel Vander Sande
committed
Performed cleanup
1 parent 1a52743 commit adfb7a8

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

src/test/java/org/linkeddatafragments/datasource/DataSourceTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
61
package test.java.org.linkeddatafragments.datasource;
72

83
import com.google.gson.JsonObject;

src/test/java/org/linkeddatafragments/datasource/HdtDataSourceTest.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
61
package test.java.org.linkeddatafragments.datasource;
72

83
import com.google.gson.JsonObject;
94

10-
import com.hp.hpl.jena.rdf.model.Model;
11-
import com.hp.hpl.jena.rdf.model.ModelFactory;
12-
import com.hp.hpl.jena.rdf.model.Property;
13-
import com.hp.hpl.jena.rdf.model.Resource;
145

156
import java.io.File;
16-
import java.io.IOException;
17-
import java.io.InputStream;
18-
import java.nio.file.Files;
19-
import java.nio.file.StandardCopyOption;
207

218
import org.junit.After;
229
import org.junit.AfterClass;
23-
import org.junit.Assert;
2410
import org.junit.Before;
2511
import org.junit.BeforeClass;
26-
import org.junit.Test;
2712

2813
import org.linkeddatafragments.datasource.DataSourceFactory;
29-
import org.linkeddatafragments.datasource.IDataSource;
30-
import org.linkeddatafragments.datasource.TriplePatternFragment;
3114

3215
import org.rdfhdt.hdt.enums.RDFNotation;
3316
import org.rdfhdt.hdt.hdt.HDT;

src/test/java/org/linkeddatafragments/datasource/JenaTDBDataSourceTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
5-
*/
61
package test.java.org.linkeddatafragments.datasource;
72

83
import com.google.gson.JsonObject;
94

105
import com.hp.hpl.jena.query.Dataset;
116
import com.hp.hpl.jena.rdf.model.Model;
12-
import com.hp.hpl.jena.rdf.model.ModelFactory;
13-
import com.hp.hpl.jena.rdf.model.Property;
14-
import com.hp.hpl.jena.rdf.model.Resource;
157
import com.hp.hpl.jena.tdb.TDBFactory;
168

179
import java.io.File;

0 commit comments

Comments
 (0)