- Remove unused imports.
- Fix some deprecations in boot 2.x
This commit is contained in:
Janne Valkealahti
2017-10-29 16:36:53 +00:00
parent 9a4f48708e
commit be57d1a42e
5 changed files with 12 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ package demo.monitoring;
import static org.hamcrest.CoreMatchers.hasItems;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.Matchers.allOf;
import static org.hamcrest.Matchers.containsInAnyOrder;
import static org.hamcrest.Matchers.containsString;