Skip to content

Commit

Permalink
i'm so bad at conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Jan 1, 2025
1 parent 162d708 commit 4eb5b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @see PropertyExpression
* @see PropertyExpression#register(Class, Class, String, String)
*/
public abstract class SimplePropertyExpression<F, T> extends PropertyExpression<F, T> implements Converter<F, T> {
public abstract class SimplePropertyExpression<F, T> extends PropertyExpression<F, T> implements Converter<F, T>, SyntaxRuntimeErrorProducer {

private Node node;
private String rawExpr;
Expand Down

0 comments on commit 4eb5b8d

Please sign in to comment.