master
Stephane Nicoll 10 years ago
parent 018adb04f2
commit 4ca32d1ce5
  1. 2
      spring-core/src/test/java/org/springframework/core/convert/support/StreamConverterTests.java

@ -34,7 +34,7 @@ import static org.hamcrest.CoreMatchers.*;
import static org.hamcrest.core.Is.is; import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*; import static org.junit.Assert.*;
public class StreamConverterTest { public class StreamConverterTests {
@Rule @Rule
public final ExpectedException thrown = ExpectedException.none(); public final ExpectedException thrown = ExpectedException.none();
Loading…
Cancel
Save