126127128129130131132133134135136
} } }; if (match == null) { return new FutureGraphQueryResult(pool.submitTask(task)); } try { return task.call(); }
45464748495051
catch (NoCompatibleMediaType e) { throw new UnsupportedRDFormatException(e); } } }; return new FutureGraphQueryResult(submitTask(task)); }
184185186187188189190
catch (NoCompatibleMediaType e) { throw new UnsupportedRDFormatException(e); } } }; return new FutureGraphQueryResult(pool.submitTask(task)); }