Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Dec 12, 2024
1 parent d8ecda8 commit 2d7774c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
*/
@DefaultProperty("text")
public class Text extends Shape {

/**
* Used by jpro
*/
public java.lang.Runnable runsUpdatedLambda = () -> {};
static {
TextHelper.setTextAccessor(new TextHelper.TextAccessor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
*/
public class TextFlow extends Pane {

/**
* Used by jpro
*/
public java.lang.Runnable runsUpdatedLambda = () -> {};

private TextLayout layout;
Expand Down

0 comments on commit 2d7774c

Please sign in to comment.