Skip to content

Commit

Permalink
FTLDB v1.4.0-rc1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Osolovskiy committed Jul 26, 2015
1 parent 63c104d commit 2965335
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 @@ -7,7 +7,7 @@

<groupId>ftldb</groupId>
<artifactId>ftldb</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0-rc1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ftldb/ext/sql/FetchedResultSetModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public TemplateModel get(String key) throws TemplateModelException {
*
* @return the transposed result set
*/
public TemplateModel transpose() throws TemplateModelException {
public TemplateModel transpose() {
return new TemplateMethodModelEx() {
public Object exec(List args) throws TemplateModelException {
if (args.size() != 0) {
Expand Down

0 comments on commit 2965335

Please sign in to comment.