Skip to content

Commit aa701c4

Browse files
committed
Fixing two commenting typos.
1 parent 9f18d3d commit aa701c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
7979

8080
### Fixed
8181

82-
- We fixed an issue where click the group expansion pane/arrow caused the node to be selected, when it should just expand/detract the node - We fixed an issue when overwriting the owner was disabled. [#10111](https://github.com/JabRef/jabref/pull/10111)
82+
- We fixed an issue where clicking the group expansion pane/arrow caused the node to be selected, when it should just expand/detract the node - [#10111](https://github.com/JabRef/jabref/pull/10111)
8383
- We fixed an issue where the browser import would add ' characters before the BibTeX entry on Linux. [#9588](https://github.com/JabRef/jabref/issues/9588)
8484
- We fixed an issue where searching for a specific term with the DOAB fetcher lead to an exception. [#9571](https://github.com/JabRef/jabref/issues/9571)
8585
- We fixed an issue where the "Import" -> "Library to import to" did not show the correct library name if two opened libraries had the same suffix. [#9567](https://github.com/JabRef/jabref/issues/9567)

src/main/java/org/jabref/gui/util/ViewModelTreeTableRowFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
public class ViewModelTreeTableRowFactory<S> implements Callback<TreeTableView<S>, TreeTableRow<S>> {
2929
private BiConsumer<S, ? super MouseEvent> onMouseClickedEvent;
3030

31-
// True if listener should be at filter stage, otherwise use default Node method
31+
// True if event capture should be at capture phase via an event filter, otherwise use default Node method to setup
32+
// event handler (bubbling phase)
3233
private boolean onMousePressedEventCapturePhase;
3334

3435
private BiConsumer<S, ? super MouseEvent> onMousePressedEvent;

0 commit comments

Comments
 (0)