Closes gh-5013
This commit is contained in:
Johnny Lim
2016-01-23 09:26:50 +09:00
committed by Stephane Nicoll
parent 4c1bb38878
commit 9a31e02806
4 changed files with 6 additions and 6 deletions

View File

@@ -16,10 +16,10 @@
package org.springframework.boot.autoconfigure.mustache.web;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.Locale;
import org.fusesource.hawtbuf.ByteArrayInputStream;
import org.junit.Before;
import org.junit.Test;