Consistent IOException spelling in class/method names

This commit is contained in:
Juergen Hoeller
2026-03-21 12:13:39 +01:00
parent 8b67472e35
commit 96a028a028
5 changed files with 6 additions and 6 deletions
@@ -240,7 +240,7 @@ class SockJsSessionTests extends AbstractSockJsSessionTests<TestSockJsSession> {
}
@Test
void writeFrameIoException() throws Exception {
void writeFrameIOException() throws Exception {
this.session.setExceptionOnWrite(new IOException());
this.session.delegateConnectionEstablished();