We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a260f3 commit bcf9b09Copy full SHA for bcf9b09
src/main/java/redis/clients/jedis/json/JsonPointer.java
@@ -5,9 +5,9 @@
5
/**
6
* an RFC6901 implementation that convert json pointer path to json path.
7
*/
8
-public class JsonPointer {
+class JsonPointer {
9
10
- public static String parse(String path, String rootPath) {
+ static String parse(String path, String rootPath) {
11
Objects.requireNonNull(path, "Json Pointer Path cannot be null.");
12
13
if (path.isEmpty()) {
0 commit comments