Skip to content

Commit 15f1c7e

Browse files
committed
Remove unused annotations and unthrown exceptions
1 parent 1ecef25 commit 15f1c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/server/src/org/openqa/grid/internal/TestSession.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
* available for a test. <p> The session is destroyed when the test ends ( ended by the client or
7575
* timed out)
7676
*/
77-
@SuppressWarnings("JavaDoc")
7877
@ManagedService
7978
public class TestSession {
8079

@@ -376,7 +375,7 @@ private void updateHubNewSeleniumSession(String content) {
376375

377376
private byte[] updateHubIfNewWebDriverSession(
378377
SeleniumBasedRequest request,
379-
HttpResponse proxyResponse) throws IOException {
378+
HttpResponse proxyResponse) {
380379
if (!(request.getRequestType() == RequestType.START_SESSION &&
381380
request instanceof WebDriverRequest)) {
382381
return null;

0 commit comments

Comments
 (0)