mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
ClickableBitcoinAddress: make address
property final
This commit is contained in:
parent
b0ef27a019
commit
a89e309d66
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class ClickableBitcoinAddress extends AnchorPane implements OverlayContro
|
||||||
@FXML protected Label copyWidget;
|
@FXML protected Label copyWidget;
|
||||||
@FXML protected Label qrCode;
|
@FXML protected Label qrCode;
|
||||||
|
|
||||||
protected SimpleObjectProperty<Address> address = new SimpleObjectProperty<>();
|
protected final SimpleObjectProperty<Address> address = new SimpleObjectProperty<>();
|
||||||
private final StringExpression addressStr;
|
private final StringExpression addressStr;
|
||||||
|
|
||||||
private OverlayableStackPaneController rootController;
|
private OverlayableStackPaneController rootController;
|
||||||
|
|
Loading…
Add table
Reference in a new issue