Commit 4e109caf authored by izeye's avatar izeye Committed by Stephane Nicoll

Fix copy/paste errors

Closes gh-2323
parent 2729c747
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<artifactId>spring-boot-sample-web-mustache</artifactId> <artifactId>spring-boot-sample-web-mustache</artifactId>
<name>spring-boot-sample-web-mustache</name> <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> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>
<name>Pivotal Software, Inc.</name> <name>Pivotal Software, Inc.</name>
......
...@@ -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; import static org.junit.Assert.assertTrue;
/** /**
* Basic integration tests for FreeMarker application. * Basic integration tests for Mustache application.
* *
* @author Phillip Webb * @author Phillip Webb
* @author Andy Wilkinson * @author Andy Wilkinson
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<artifactId>spring-boot-starter-mustache</artifactId> <artifactId>spring-boot-starter-mustache</artifactId>
<name>spring-boot-starter-mustache</name> <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> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>
<name>Pivotal Software, Inc.</name> <name>Pivotal Software, Inc.</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment