Skip to content

Commit

Permalink
Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 26, 2018
1 parent 6249e0b commit 7ac9b94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Core/src/ca/uqac/lif/xml/TextElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ public boolean equals(Object o)
}
return m_text.compareTo(((TextElement) o).m_text) == 0;
}

@Override
public TextElement getTextElement()
{
return this;
}
}

0 comments on commit 7ac9b94

Please sign in to comment.