Browse Source

Fix copy/paste errors

Closes gh-2323
pull/2323/merge
izeye 11 years ago committed by Stephane Nicoll
parent
commit
4e109caf5c
  1. 2
      spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
  2. 2
      spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java
  3. 2
      spring-boot-starters/spring-boot-starter-mustache/pom.xml

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

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
</parent>
<artifactId>spring-boot-sample-web-mustache</artifactId>
<name>spring-boot-sample-web-mustache</name>
<description>Spring Boot Web FreeMarker Sample</description>
<description>Spring Boot Web Mustache Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>

2
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; @@ -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

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

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
</parent>
<artifactId>spring-boot-starter-mustache</artifactId>
<name>spring-boot-starter-mustache</name>
<description>Spring Boot FreeMarker Starter</description>
<description>Spring Boot Mustache Starter</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>

Loading…
Cancel
Save