Skip to content

Commit

Permalink
Import org.w3c.dom.Node in DOMEntity. Fixes #238
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Nov 26, 2018
1 parent f04d104 commit e6d3455
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
*/
package org.eclipse.lsp4xml.dom;

import javax.xml.soap.Node;

import org.w3c.dom.Entity;
import org.w3c.dom.Node;

/**
* DOM Entity declaration <!ENTITY
Expand Down

0 comments on commit e6d3455

Please sign in to comment.