Skip to content

Commit

Permalink
Merge pull request #456 from VirtualTim/patch-2
Browse files Browse the repository at this point in the history
Update incorrect Javadoc
  • Loading branch information
dlemmermann committed Jan 8, 2024
2 parents 6da9ef5 + 858847f commit d16b20b
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 d16b20b

Please sign in to comment.