Skip to content

Commit 9510730

Browse files
committed
remove comment
1 parent d90550b commit 9510730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/src/main/java/com/microsoft/playwright/impl/SharedSelectors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
public class SharedSelectors extends LoggingSupport implements Selectors {
3232
protected final List<BrowserContextImpl> contextsForSelectors = new ArrayList<>();
33-
protected final List<JsonObject> selectorEngines = new ArrayList<>(); // FIXME: do we need this? is it ever read?
33+
protected final List<JsonObject> selectorEngines = new ArrayList<>();
3434

3535
String testIdAttributeName = "data-testid";
3636

0 commit comments

Comments
 (0)