Skip to content

Commit

Permalink
Made OpenDeclarationAction co mpliant with Eclipse 3.5 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Petit committed May 12, 2010
1 parent 15a6e59 commit 57cbb1d
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -782,6 +782,12 @@ protected void setPreferenceStore(IPreferenceStore store) {
public final ISourceViewer sourceViewer() {
return super.getSourceViewer();
}

@Override
public void setStatusLineErrorMessage(String message) {
// TODO Auto-generated method stub
super.setStatusLineErrorMessage(message);
}

@Override
protected boolean isTabsToSpacesConversionEnabled() {
Expand Down

0 comments on commit 57cbb1d

Please sign in to comment.