Skip to content

Commit 690f946

Browse files
committed
Polish
1 parent 830e523 commit 690f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/test/java/org/springframework/boot/jmx/SampleJmxTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
*
3232
* @author Stephane Nicoll
3333
*/
34+
@SuppressWarnings("unused")
3435
// tag::test[]
3536
@RunWith(SpringRunner.class)
3637
@SpringBootTest(properties = "spring.jmx.enabled=true")
@@ -43,7 +44,6 @@ public class SampleJmxTests {
4344
@Test
4445
public void exampleTest() {
4546
// ...
46-
4747
}
4848

4949
}

0 commit comments

Comments
 (0)