251252253254255256257258259
*/ public IAnnotationHover getAnnotationHover( ISourceViewer sourceViewer ) { if ( this.annotationHover == null ) { this.annotationHover = new LdifAnnotationHover( this.editor ); } return this.annotationHover; }
250251252253254255256257258