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 211621
Collapse All | Expand All

(-)src/org/eclipse/ui/forms/widgets/FormText.java (-1 / +1 lines)
Lines 1090-1096 Link Here
1090
	 *         selected.
1090
	 *         selected.
1091
	 * @since 3.1
1091
	 * @since 3.1
1092
	 */
1092
	 */
1093
	public Object getSelectedLinkHref() {
1093
	public String getSelectedLinkHref() {
1094
		IHyperlinkSegment link = getSelectedLink();
1094
		IHyperlinkSegment link = getSelectedLink();
1095
		return link != null ? link.getHref() : null;
1095
		return link != null ? link.getHref() : null;
1096
	}
1096
	}

Return to bug 211621