We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecef25 commit 15f1c7eCopy full SHA for 15f1c7e
java/server/src/org/openqa/grid/internal/TestSession.java
@@ -74,7 +74,6 @@
74
* available for a test. <p> The session is destroyed when the test ends ( ended by the client or
75
* timed out)
76
*/
77
-@SuppressWarnings("JavaDoc")
78
@ManagedService
79
public class TestSession {
80
@@ -376,7 +375,7 @@ private void updateHubNewSeleniumSession(String content) {
376
375
377
private byte[] updateHubIfNewWebDriverSession(
378
SeleniumBasedRequest request,
379
- HttpResponse proxyResponse) throws IOException {
+ HttpResponse proxyResponse) {
380
if (!(request.getRequestType() == RequestType.START_SESSION &&
381
request instanceof WebDriverRequest)) {
382
return null;
0 commit comments