Skip to content

Commit

Permalink
Prepare freemarker-cli-2.0.0-BETA-4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoeschl committed Nov 12, 2019
1 parent b761697 commit 6bd1e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sgoeschl</groupId>
<artifactId>freemarker-cli</artifactId>
<version>2.0.0-BETA-4-SNAPSHOT</version>
<version>2.0.0-BETA-4</version>
<packaging>jar</packaging>
<name>Apache FreeMarker CLI</name>
<description>Command-line client for Apache FreeMarker</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public DocumentContext parse(Document document) throws IOException {
}
}

public DocumentContext parse(String json) throws IOException {
public DocumentContext parse(String json) {
return JsonPath.parse(json);
}

Expand Down

0 comments on commit 6bd1e6a

Please sign in to comment.