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 332734 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/tasks/core/data/TaskAttributeMetaData.java (-1 / +1 lines)
Lines 41-47 Link Here
41
		setReadOnly(true);
41
		setReadOnly(true);
42
		setType(TaskAttribute.TYPE_SHORT_TEXT);
42
		setType(TaskAttribute.TYPE_SHORT_TEXT);
43
		// only for test
43
		// only for test
44
		putValue(TaskAttribute.META_DESCRIPTION, "Tooltip Defaul Text"); //$NON-NLS-1$
44
		// putValue(TaskAttribute.META_DESCRIPTION, "Tooltip Defaul Text"); //$NON-NLS-1$
45
		return this;
45
		return this;
46
	}
46
	}
47
47

Return to bug 332734