From 813318f445565da0aa4d4e575a164dc1e06c9c08 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Mon, 29 Jun 2009 15:14:06 +0000 Subject: FIXED - bug 278311: [DataBinding] INativePropertyListener methods should document that source may be null https://bugs.eclipse.org/bugs/show_bug.cgi?id=278311 --- .../eclipse/core/databinding/property/INativePropertyListener.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/INativePropertyListener.java b/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/INativePropertyListener.java index 3dfd6843..a46b83cf 100644 --- a/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/INativePropertyListener.java +++ b/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/databinding/property/INativePropertyListener.java @@ -7,7 +7,7 @@ * * Contributors: * Matthew Hall - initial API and implementation (bug 194734) - * Matthew Hall - bug 265561 + * Matthew Hall - bugs 265561, 278311 ******************************************************************************/ package org.eclipse.core.databinding.property; @@ -36,7 +36,7 @@ public interface INativePropertyListener { * property source. * * @param source - * the property source + * the property source (may be null) * @noreference This method is not intended to be referenced by clients. */ public void addTo(Object source); @@ -46,7 +46,7 @@ public interface INativePropertyListener { * property source. * * @param source - * the property source + * the property source (may be null) * @noreference This method is not intended to be referenced by clients. */ public void removeFrom(Object source); -- cgit v1.2.3