File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/github/sgoeschl/freemarker/cli/tools/jsonpath Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.github.sgoeschl</groupId >
66 <artifactId >freemarker-cli</artifactId >
7- <version >2.0.0-BETA-4-SNAPSHOT </version >
7+ <version >2.0.0-BETA-4</version >
88 <packaging >jar</packaging >
99 <name >Apache FreeMarker CLI</name >
1010 <description >Command-line client for Apache FreeMarker</description >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public DocumentContext parse(Document document) throws IOException {
3131 }
3232 }
3333
34- public DocumentContext parse (String json ) throws IOException {
34+ public DocumentContext parse (String json ) {
3535 return JsonPath .parse (json );
3636 }
3737
You can’t perform that action at this time.
0 commit comments