Skip to content

Commit

Permalink
Remove deprecated unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 2, 2024
1 parent 7efe927 commit 211b7f2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,6 @@ object GravsearchParser {
override def meet(load: algebra.Load): Unit =
unsupported(load)

@deprecated("'org.eclipse.rdf4j.query.algebra.Like' is deprecated and marked for removal ")
override def meet(node: algebra.Like): Unit =
unsupported(node)

override def meet(node: algebra.LeftJoin): Unit = {
// Visit the nodes that aren't in the OPTIONAL.
node.getLeftArg.visit(this)
Expand Down

0 comments on commit 211b7f2

Please sign in to comment.