polishing

This commit is contained in:
Juergen Hoeller
2011-06-08 22:52:43 +00:00
parent fc11102e34
commit 3b704272e3
6 changed files with 35 additions and 29 deletions

View File

@@ -46,7 +46,9 @@ import org.springframework.util.MultiValueMap;
import static org.junit.Assert.*;
/** @author Arjen Poutsma */
/**
* @author Arjen Poutsma
*/
public class FormHttpMessageConverterTests {
private FormHttpMessageConverter converter;
@@ -184,5 +186,4 @@ public class FormHttpMessageConverterTests {
}
}
}