Fix copy/paste errors

Closes gh-2323
This commit is contained in:
izeye
2015-01-10 11:41:07 +09:00
committed by Stephane Nicoll
parent 2729c747ca
commit 4e109caf5c
3 changed files with 3 additions and 3 deletions

View File

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