Skip to content

Commit

Permalink
Update LODEParser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Dec 15, 2023
1 parent 0b970a2 commit cca3f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/widoco/LODEParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;

import org.w3c.dom.DOMImplementation;
import org.w3c.dom.Element as W3CElement;

/**
* Class made for parsing and manipulating LODE's html. This class contains most
Expand Down

0 comments on commit cca3f17

Please sign in to comment.