Skip to content

Commit f8b1d41

Browse files
committed
work
1 parent 54af2d4 commit f8b1d41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/org/woehlke/simpleworklist/SmokeTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class SmokeTests {
4343
@Autowired
4444
private MockMvc mockMvc;
4545

46+
@SuppressWarnings("deprecation")
4647
@LocalServerPort
4748
private int port;
4849

src/test/java/org/woehlke/simpleworklist/test/testdata/TestDataServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class TestDataServiceTest {
2525
@Autowired
2626
ServletWebServerApplicationContext server;
2727

28+
@SuppressWarnings("deprecation")
2829
@LocalServerPort
2930
int port;
3031

0 commit comments

Comments
 (0)