Commit 690f946b authored by Phillip Webb's avatar Phillip Webb

Polish

parent 830e5235
...@@ -31,6 +31,7 @@ import org.springframework.test.context.junit4.SpringRunner; ...@@ -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 { ...@@ -43,7 +44,6 @@ public class SampleJmxTests {
@Test @Test
public void exampleTest() { public void exampleTest() {
// ... // ...
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment