Skip to content

Commit 5a0bfa6

Browse files
committed
removing TODO comment that appears to now be done :)
1 parent 4d94ba0 commit 5a0bfa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/testing/drivers/ReflectionBackedDriverSupplier.java

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public WebDriver get() {
8282
// ignore
8383
}
8484

85-
//TODO: All driver classes to have two Capabilities arguments
8685
return driverClass.getConstructor(Capabilities.class).newInstance(desiredCapsToUse);
8786
} catch (InvocationTargetException e) {
8887
throw Throwables.propagate(e.getTargetException());

0 commit comments

Comments
 (0)