Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cd4ee commit 94fcee5Copy full SHA for 94fcee5
1 file changed
java/ql/test/library-tests/frameworks/spring/websocket/Test.java
@@ -44,12 +44,12 @@ public void afterConnectionEstablished(WebSocketSession s) {
44
45
@Override
46
public void afterConnectionClosed(WebSocketSession s, CloseStatus c) {
47
- sink(s); // $ hasTaintFlow
+ sink(s); // $hasTaintFlow
48
}
49
50
51
public void handleTransportError(WebSocketSession s, Throwable exc) {
52
53
54
55
0 commit comments