Skip to content

Commit 5ea8433

Browse files
author
NikolayAvramov
committed
fix comment
1 parent f10bf7e commit 5ea8433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bellatrix.web/src/main/java/solutions/bellatrix/web/components/WebComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ protected <TComponent extends WebComponent, TFindStrategy extends FindStrategy>
816816

817817
protected <TComponent extends WebComponent, TFindStrategy extends FindStrategy> List<TComponent> createAll(Class<TComponent> componentClass, TFindStrategy findStrategy) {
818818
CREATING_ELEMENTS.broadcast(new ComponentActionEventArgs(this));
819-
// findElement();
819+
findElement();
820820

821821
List<TComponent> componentList = new ArrayList<>();
822822

0 commit comments

Comments
 (0)