Remove redundant stream object
This commit is contained in:
parent
c0f482344d
commit
3bff514d97
1 changed files with 0 additions and 1 deletions
|
@ -427,7 +427,6 @@ public abstract class RDFServiceJena extends RDFServiceImpl implements RDFServic
|
|||
Dataset d = dw.getDataset();
|
||||
Query q = createQuery(query);
|
||||
QueryExecution qe = createQueryExecution(query, q, d);
|
||||
ByteArrayOutputStream serializedModel = new ByteArrayOutputStream();
|
||||
try {
|
||||
Model m = construct ? qe.execConstruct(model) : qe.execDescribe(model);
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Reference in a new issue