fix comment

This commit is contained in:
millmanorama 2017-11-14 12:35:04 +01:00
parent 0a8bdd9918
commit 85ea748c36

View File

@ -85,12 +85,12 @@ public interface DataResultViewer {
/** /**
* Set a custom content viewer to respond to selection events from this * Set a custom content viewer to respond to selection events from this
* result viewer. If not set, the default content viewer is user * result viewer. If not set, the default content viewer is used
* *
* @param contentViewer content viewer to respond to selection events from * @param contentViewer content viewer to respond to selection events from
* this viewer * this viewer
* *
* @deprecated All implementations of this method are now no-ops. * @deprecated All implementations of this in the standard DataResultViewers are now no-ops.
*/ */
@Deprecated @Deprecated
public void setContentViewer(DataContent contentViewer); public void setContentViewer(DataContent contentViewer);