NIHVIVO-413 CSV2RDF change

This commit is contained in:
ass92 2010-12-14 21:14:07 +00:00
parent 2ac0c2176c
commit 2581a146f9

View file

@ -147,7 +147,7 @@ public class JenaCsv2RdfController extends BaseEditController{
Model[] models = null;
try {
models = c2r.convertToRdf(is);
models = c2r.convertToRdf(is,vreq,destination);
} catch (IOException e) {
System.out.println("IOException converting "+csvUrl+" to RDF");
}