Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Feb 15, 2024
1 parent a08f583 commit d8e7c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static Query translate(BinaryComparison bc, TranslatorHandler handler, Dispatche
}

/**
* Represents a function which maps between an expression type and a query type, in a given translation context.
* Represents a function which maps between a {@link BinaryComparison} type and a query type, in a given translation context.
*/
@FunctionalInterface
public interface Dispatcher {
Expand Down

0 comments on commit d8e7c48

Please sign in to comment.