This commit is contained in:
Phillip Webb 2018-05-03 09:39:51 -07:00
parent 830e523531
commit 690f946b6d
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ import org.springframework.test.context.junit4.SpringRunner;
* *
* @author Stephane Nicoll * @author Stephane Nicoll
*/ */
@SuppressWarnings("unused")
// tag::test[] // tag::test[]
@RunWith(SpringRunner.class) @RunWith(SpringRunner.class)
@SpringBootTest(properties = "spring.jmx.enabled=true") @SpringBootTest(properties = "spring.jmx.enabled=true")
@ -43,7 +44,6 @@ public class SampleJmxTests {
@Test @Test
public void exampleTest() { public void exampleTest() {
// ... // ...
} }
} }