From 3cd70b1c19a189ccabbcb309e1ed730cc56d73da Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Fri, 21 Mar 2014 11:38:08 +0100 Subject: [PATCH] Fix last polish so that login.groovy is valid groovy code again --- .../src/main/resources/commands/crash/endpoint.groovy | 1 - .../src/main/resources/commands/crash/login.groovy | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/endpoint.groovy b/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/endpoint.groovy index f0d1714c44..d27c2cc83c 100644 --- a/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/endpoint.groovy +++ b/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/endpoint.groovy @@ -43,5 +43,4 @@ class endpoint { "" } - } diff --git a/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/login.groovy b/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/login.groovy index 49df94f788..9bada963a0 100644 --- a/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/login.groovy +++ b/spring-boot-starters/spring-boot-starter-shell/src/main/resources/commands/crash/login.groovy @@ -11,7 +11,7 @@ welcome = { -> hostName = "localhost"; } - Get Spring Boot version from context + // Get Spring Boot version from context def version = crash.context.attributes.get("spring.boot.version") return """\