Skip to content

Commit 5b93611

Browse files
author
Nicolai Parlog
committed
Improved a comment.
1 parent 4755984 commit 5b93611

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/org/codefx/libfx/nesting/property/NestedProperty.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
* all change listeners. If the new observable is null, the property keeps its value and no change listener is called.
1515
* <h2>Inner Observable Holds Null</h2> It is possible that a nesting's inner observable holds null (see class comment
1616
* in {@link Nesting}). In that case the {@link NestedProperty#innerObservablePresentProperty() innerObservablePresent}
17-
* property is true and changes made to this property's value can not be propagated to another property. If the inner
18-
* observable changes back to a non-null value, everything said above applies.
17+
* property is true and changes made to this property's value can not be propagated to another property.
18+
* <p>
19+
* If the inner observable changes back to a non-null value, everything said above applies. This implies that when the
20+
* nested property's value changed while the inner observable was missing, these changes are lost when a new observable
21+
* is set.
1922
*
2023
* @param <T>
2124
* the type of the value wrapped by the property

0 commit comments

Comments
 (0)