We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852657 commit 16fac79Copy full SHA for 16fac79
java/client/src/org/openqa/selenium/io/FileHandler.java
@@ -39,7 +39,6 @@
39
*/
40
public class FileHandler {
41
42
- // TODO(simon): Move to using Zip class
43
public static File unzip(InputStream resource) throws IOException {
44
File output = TemporaryFilesystem.getDefaultTmpFS().createTempDir("unzip", "stream");
45
java/server/src/org/openqa/grid/web/servlet/handler/LegacySeleniumRequest.java
@@ -149,7 +149,6 @@ public String getNewSessionRequestedCapability(TestSession session) {
149
150
@Override
151
public String getBody() {
152
- // TODO Auto-generated method stub
153
String postBody = super.getBody();
154
return !(postBody == null || postBody.equals("")) ? postBody : getQueryString();
155
}
0 commit comments