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

Collapse All | Expand All

(-)src/org/eclipse/ui/views/markers/internal/BookmarkView.java (-1 / +1 lines)
Lines 59-65 Link Here
59
		}
59
		}
60
60
61
		public boolean canModify(Object element, String property) {
61
		public boolean canModify(Object element, String property) {
62
			return true;
62
			return element instanceof ConcreteMarker && IMarker.MESSAGE.equals(property);
63
		}
63
		}
64
64
65
		public void modify(Object element, String property, Object value) {
65
		public void modify(Object element, String property, Object value) {

Return to bug 154289