From 2f12dc823c07d706d92cefb130b660167b34e7a1 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 13 Jun 2014 14:24:17 +0100 Subject: [PATCH] Remove workaround for bug they fixed in Groovy --- .../src/main/resources/templates/messages/list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl b/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl index f486f550c0..ca44294335 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl @@ -20,7 +20,7 @@ layout 'layout.tpl', title: 'Messages : View all', td "${message.created}" td { a(href:"/${message.id}") { - yield message.getSummary() + yield message.summary } } }