We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b838e28 commit 83e4790Copy full SHA for 83e4790
jabgui/src/main/java/org/jabref/gui/util/component/HelpButton.java
@@ -18,7 +18,6 @@
18
19
public class HelpButton extends Button {
20
private final StringProperty helpUrl = new SimpleStringProperty("");
21
- private final StringProperty tooltip = new SimpleStringProperty("");
22
private boolean isHelpFileSet = false;
23
24
public HelpButton() {
0 commit comments