Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 333461
Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/ui/infoviews/JavadocView.java (+2 lines)
Lines 990-995 Link Here
990
			fText.setText(javadocHtml);
990
			fText.setText(javadocHtml);
991
			TextPresentation.applyTextPresentation(fPresentation, fText);
991
			TextPresentation.applyTextPresentation(fPresentation, fText);
992
		}
992
		}
993
		if (fOpenBrowserAction != null)
994
			fOpenBrowserAction.setEnabled(input != null);
993
	}
995
	}
994
996
995
	/**
997
	/**

Return to bug 333461