Skip to content

Commit af4dfcc

Browse files
committed
Make PropertyPathToken public, closes #955
1 parent 49b1151 commit af4dfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: json-path/src/main/java/com/jayway/jsonpath/internal/path/PropertyPathToken.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
*
3030
*/
31-
class PropertyPathToken extends PathToken {
31+
public class PropertyPathToken extends PathToken {
3232

3333
private final List<String> properties;
3434
private final String stringDelimiter;

0 commit comments

Comments
 (0)