View | Details | Raw Unified | Return to bug 125997
Collapse All | Expand All

(-)compare/org/eclipse/compare/EditionSelectionDialog.java (-1 / +11 lines)
Lines 224-230 Link Here
224
		}
224
		}
225
		return fCompareConfiguration;
225
		return fCompareConfiguration;
226
	}
226
	}
227
		
227
	
228
	/**
229
	 * Sets the help context for this dialog.
230
	 * 
231
	 * @param contextId the help context id.
232
	 * @since 3.2
233
	 */
234
	public void setHelpContextId(String contextId) {
235
		super.setHelpContextId(contextId);
236
	}
237
	
228
	/**
238
	/**
229
	 * Sets an additional and optional argument for the edition pane's title.
239
	 * Sets an additional and optional argument for the edition pane's title.
230
	 *  
240
	 *  

Return to bug 125997