Skip to content

Commit

Permalink
Fix build: "unable to resolve class HyperlinkData"
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed May 27, 2015
1 parent bf1bce9 commit e616a05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class WebXmlFilePage extends TypeHyperlinkPage implements UriGettable, ContentSa

String getSyntaxStyle() { SyntaxConstants.SYNTAX_STYLE_XML }

protected boolean isHyperlinkEnabled(HyperlinkData hyperlinkData) { hyperlinkData.enabled }
protected boolean isHyperlinkEnabled(HyperlinkPage.HyperlinkData hyperlinkData) { hyperlinkData.enabled }

protected void openHyperlink(int x, int y, HyperlinkData hyperlinkData) {
protected void openHyperlink(int x, int y, HyperlinkPage.HyperlinkData hyperlinkData) {
if (hyperlinkData.enabled) {
// Save current position in history
def location = textArea.getLocationOnScreen()
Expand Down

0 comments on commit e616a05

Please sign in to comment.