FIXED - bug 249992: [Databinding] No radio button support with single property in JFace Databinding
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249992
diff --git a/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java b/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
index 8ea9a65..39f928b 100644
--- a/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
+++ b/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
@@ -130,7 +130,7 @@
 
 	/**
 	 * Adds an option to this SelectObservableValue. If the observable contains
-	 * Boolean.TRUE
+	 * Boolean.TRUE then the selection changes immediately to the given value.
 	 * 
 	 * @param value
 	 *            The value associated with the provided observable
diff --git a/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java b/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
index 8ea9a65..39f928b 100644
--- a/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
+++ b/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/SelectObservableValue.java
@@ -130,7 +130,7 @@
 
 	/**
 	 * Adds an option to this SelectObservableValue. If the observable contains
-	 * Boolean.TRUE
+	 * Boolean.TRUE then the selection changes immediately to the given value.
 	 * 
 	 * @param value
 	 *            The value associated with the provided observable