You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for ( finalTriplet : opBGP.getPattern().getList() ) {
231
231
tps.add( newTriplePatternImpl(t) );
232
232
}
233
233
returntps;
234
234
}
235
-
else {
236
-
thrownewUnsupportedOperationException("Getting the triple patterns from arbitrary SPARQL patterns is an open TODO (type of Jena Op in the current case: " + op.getClass().getName() + ").");
237
-
}
235
+
236
+
thrownewUnsupportedOperationException("Getting the triple patterns from arbitrary SPARQL patterns is an open TODO (type of Jena Op in the current case: " + op.getClass().getName() + ").");
0 commit comments