Skip to content

Commit 4e109ca

Browse files
izeyesnicoll
authored andcommitted
Fix copy/paste errors
Closes gh-2323
1 parent 2729c74 commit 4e109ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-samples/spring-boot-sample-web-mustache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<artifactId>spring-boot-sample-web-mustache</artifactId>
1111
<name>spring-boot-sample-web-mustache</name>
12-
<description>Spring Boot Web FreeMarker Sample</description>
12+
<description>Spring Boot Web Mustache Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>

spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import static org.junit.Assert.assertTrue;
3939

4040
/**
41-
* Basic integration tests for FreeMarker application.
41+
* Basic integration tests for Mustache application.
4242
*
4343
* @author Phillip Webb
4444
* @author Andy Wilkinson

spring-boot-starters/spring-boot-starter-mustache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>spring-boot-starter-mustache</artifactId>
1010
<name>spring-boot-starter-mustache</name>
11-
<description>Spring Boot FreeMarker Starter</description>
11+
<description>Spring Boot Mustache Starter</description>
1212
<url>http://projects.spring.io/spring-boot/</url>
1313
<organization>
1414
<name>Pivotal Software, Inc.</name>

0 commit comments

Comments
 (0)