| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c24be0e commit e0616a1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -138,7 +138,7 @@ public JSONPointer(String pointer) { | |||
| 138 | 138 | if (pointer == null) { | |
| 139 | 139 | throw new NullPointerException("pointer cannot be null"); | |
| 140 | 140 | } | |
| 141 | - if (pointer.isEmpty()) { | ||
| 141 | + if (pointer.isEmpty() || pointer.equals("#")) { | ||
| 142 | 142 | refTokens = Collections.emptyList(); | |
| 143 | 143 | return; | |
| 144 | 144 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments