Skip to content

Commit 7f65374

Browse files
author
Piotr Bugara
committed
#787 JsonPath parsing - added throws to java doc
1 parent 0379a5e commit 7f65374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/fge/jsonpatch/PathParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class PathParser {
1717
* @param path Path in JsonPath or JsonPointer notation
1818
* @return PathDetails containing path to parent, name of new node and boolean value if path contains filter or multi
1919
* index notation
20+
* @throws JsonPatchException when invalid path provided
2021
* */
2122
public static PathDetails getParentPathAndNewNodeName(String path) throws JsonPatchException {
2223
final String fullJsonPath = JsonPathParser.tmfStringToJsonPath(path);

0 commit comments

Comments
 (0)