Skip to content

Commit

Permalink
Fixed bug with toString() method. This closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpermar committed Aug 3, 2011
1 parent a78f9d3 commit 2a81b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groovy/com/tropo/grails/TropoBuilder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class TropoBuilder extends BuilderSupport {

public String toString() {

return json
return text()
}

public void reset() {
Expand Down

0 comments on commit 2a81b8c

Please sign in to comment.