Remove JFX dependency in TSK

This commit is contained in:
Richard Cordovano 2019-12-04 20:23:26 -05:00
parent b2db8b93fd
commit b771e4b233
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public class HashHitsFilterState extends SqlFilterState<TimelineFilter.HashHitsF
}
/*
* Add a listener to the selected property that updates the flag that turns
* Adds a listener to the selected property that updates the flag that turns
* the wrapped hash hits filter on/off.
*/
private void addSelectionListener() {

View File

@ -55,7 +55,7 @@ public class TagsFilterState extends SqlFilterState<TimelineFilter.TagsFilter> {
}
/*
* Add a listener to the selected property that updates the flag that turns
* Adds a listener to the selected property that updates the flag that turns
* the wrapped tags filter on/off.
*/
private void addSelectionListener() {