Skip to content

Commit a2eb676

Browse files
committed
merge conflicts
1 parent e60bc5d commit a2eb676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/graphql/servlet/core/internal/FallbackSubscriptionProtocolHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package graphql.servlet.core.internal;
22

3-
import graphql.servlet.GraphQLSingleInvocationInput;
3+
import graphql.servlet.input.GraphQLSingleInvocationInput;
44

55
import javax.websocket.Session;
66
import javax.websocket.server.HandshakeRequest;
7+
import java.io.IOException;
78
import java.util.UUID;
89

910
/**

0 commit comments

Comments
 (0)