Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Aug 25, 2023
1 parent c7473fa commit 0595c14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/demo/java/ElementsDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import elemental2.dom.HTMLElement;
import elemental2.dom.HTMLLIElement;

import static elemental2.dom.DomGlobal.document;
import static java.util.stream.Collectors.toList;
import static org.jboss.elemento.By.AttributeOperator.STARTS_WITH;
import static org.jboss.elemento.Elements.a;
Expand Down
4 changes: 0 additions & 4 deletions src/demo/java/SvgDemo.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import org.jboss.elemento.By;

import static org.jboss.elemento.By.AttributeOperator.STARTS_WITH;
import static org.jboss.elemento.Elements.circle;
import static org.jboss.elemento.Elements.g;
import static org.jboss.elemento.Elements.svg;

@SuppressWarnings("unused")
Expand Down

0 comments on commit 0595c14

Please sign in to comment.