Skip to content

Commit 16fac79

Browse files
committed
java: Deleting outdated TODO comments
1 parent f852657 commit 16fac79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: java/client/src/org/openqa/selenium/io/FileHandler.java

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
*/
4040
public class FileHandler {
4141

42-
// TODO(simon): Move to using Zip class
4342
public static File unzip(InputStream resource) throws IOException {
4443
File output = TemporaryFilesystem.getDefaultTmpFS().createTempDir("unzip", "stream");
4544

Diff for: java/server/src/org/openqa/grid/web/servlet/handler/LegacySeleniumRequest.java

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ public String getNewSessionRequestedCapability(TestSession session) {
149149

150150
@Override
151151
public String getBody() {
152-
// TODO Auto-generated method stub
153152
String postBody = super.getBody();
154153
return !(postBody == null || postBody.equals("")) ? postBody : getQueryString();
155154
}

0 commit comments

Comments
 (0)