From 4e109caf5c47c20f3d0b2e8fdf2e629b68a01cad Mon Sep 17 00:00:00 2001 From: izeye Date: Sat, 10 Jan 2015 11:41:07 +0900 Subject: [PATCH] Fix copy/paste errors Closes gh-2323 --- spring-boot-samples/spring-boot-sample-web-mustache/pom.xml | 2 +- .../java/sample/mustache/SampleWebMustacheApplicationTests.java | 2 +- spring-boot-starters/spring-boot-starter-mustache/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml index dd060b9feda..3e24643d777 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml @@ -9,7 +9,7 @@ spring-boot-sample-web-mustache spring-boot-sample-web-mustache - Spring Boot Web FreeMarker Sample + Spring Boot Web Mustache Sample http://projects.spring.io/spring-boot/ Pivotal Software, Inc. diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java b/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java index 2ecbc8c3649..6ec050a5f4e 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java +++ b/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java @@ -38,7 +38,7 @@ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; /** - * Basic integration tests for FreeMarker application. + * Basic integration tests for Mustache application. * * @author Phillip Webb * @author Andy Wilkinson diff --git a/spring-boot-starters/spring-boot-starter-mustache/pom.xml b/spring-boot-starters/spring-boot-starter-mustache/pom.xml index 7916970390d..688ee02d9b6 100644 --- a/spring-boot-starters/spring-boot-starter-mustache/pom.xml +++ b/spring-boot-starters/spring-boot-starter-mustache/pom.xml @@ -8,7 +8,7 @@ spring-boot-starter-mustache spring-boot-starter-mustache - Spring Boot FreeMarker Starter + Spring Boot Mustache Starter http://projects.spring.io/spring-boot/ Pivotal Software, Inc.