Skip to content

Commit

Permalink
Change visibility on field property of SimpleControl (closes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadLikeWhoa committed Sep 26, 2017
1 parent 6855fb7 commit e7717ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public abstract class SimpleControl<F extends Field> extends GridPane implements
/**
* This is the Field that is used for binding and update styling changes.
*/
F field;
protected F field;

/**
* Tooltip to hold the error message.
Expand Down

0 comments on commit e7717ea

Please sign in to comment.