Skip to content

Commit

Permalink
Update incorrect Javadoc
Browse files Browse the repository at this point in the history
Documented default value did not match code.
  • Loading branch information
VirtualTim authored Jan 8, 2024
1 parent 6da9ef5 commit 858847f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public PreferencesFx persistWindowState(boolean persist) {
*
* @param save if true, the values of all settings of the application are saved. When the
* application is started again, the settings values will be restored to the last
* saved state. Defaults to false.
* saved state. Defaults to true.
* @return this object for fluent API
*/
public PreferencesFx saveSettings(boolean save) {
Expand Down

0 comments on commit 858847f

Please sign in to comment.