Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
fixing oops
  • Loading branch information
jj committed Aug 29, 2018
1 parent d720837 commit 6726242
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public Element getDOM() {
return this.dom;
}

public void setDom(Element dom) {
@Override
public void setDOM(@Nullable Element dom) {
this.dom = dom;
}

Expand Down Expand Up @@ -171,10 +172,6 @@ public XMLObject resolveIDFromRoot(@Nonnull String s) {
return null;
}

public void setDOM(@Nullable Element element) {

}

public void setNoNamespaceSchemaLocation(@Nullable String s) {

}
Expand Down

0 comments on commit 6726242

Please sign in to comment.