View | Details | Raw Unified | Return to bug 37389 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/WorkingSet.java (-1 / +1 lines)
Lines 69-75 Link Here
69
	 * @param memento persistence memento containing the elements of  
69
	 * @param memento persistence memento containing the elements of  
70
	 * 	the working set.
70
	 * 	the working set.
71
	 */
71
	 */
72
	WorkingSet(String name, IMemento memento) {
72
	public WorkingSet(String name, IMemento memento) {
73
		Assert.isNotNull(name, "name must not be null"); //$NON-NLS-1$
73
		Assert.isNotNull(name, "name must not be null"); //$NON-NLS-1$
74
		this.name = name;
74
		this.name = name;
75
		workingSetMemento = memento; 
75
		workingSetMemento = memento; 

Return to bug 37389