Skip to content

Commit

Permalink
Update issue tracker link for listMap
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 committed May 30, 2018
1 parent 4092020 commit 87c7cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ObservableList<String> tabIds = EasyBind.map(tabPane.getTabs(), Tab::getId);

In the above example, `tabIds` is updated as tabs are added and removed from `tabPane`.

An equivalent feature has been requested in [RT-35741](https://javafx-jira.kenai.com/browse/RT-35741) and is scheduled for JavaFX 9.
An equivalent feature has been requested in [JDK-8091967](https://bugs.openjdk.java.net/browse/JDK-8091967) and is scheduled for a future JavaFX release.


### combine list
Expand Down

0 comments on commit 87c7cdf

Please sign in to comment.