Clean up warnings in Gradle build
This commit is contained in:
parent
05b15812bb
commit
7edd4e8e22
|
|
@ -51,6 +51,7 @@ class LocaleContextThreadLocalAccessorTests {
|
|||
|
||||
@ParameterizedTest
|
||||
@MethodSource
|
||||
@SuppressWarnings("try")
|
||||
void propagation(@Nullable LocaleContext previous, LocaleContext current) throws Exception {
|
||||
LocaleContextHolder.setLocaleContext(current);
|
||||
ContextSnapshot snapshot = ContextSnapshotFactory.builder()
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@ class WebSocketStompClientTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
void reassembleReceivedIFragmentedFrames() throws Exception {
|
||||
WebSocketHandler handler = connect();
|
||||
handler.handleMessage(this.webSocketSession, new TextMessage("SEND\ndestination:/topic/foo\nco"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue