Skip to content

Commit

Permalink
Make PropertyPathToken public, closes #955
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Jan 19, 2024
1 parent 49b1151 commit af4dfcc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
/**
*
*/
class PropertyPathToken extends PathToken {
public class PropertyPathToken extends PathToken {

private final List<String> properties;
private final String stringDelimiter;
Expand Down

0 comments on commit af4dfcc

Please sign in to comment.