Skip to content

Commit

Permalink
fix(tinyfd): javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Mar 20, 2021
1 parent 0b42c29 commit 2b0d10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class TinyFileDialogs {
public static final String tinyfd_allowCursesDialogs = "tinyfd_allowCursesDialogs";

/**
* 0 (default) or 1. For unix & windows: 0 (graphic mode) or 1 (console mode).
* 0 (default) or 1. For unix & windows: 0 (graphic mode) or 1 (console mode).
*
* <p>0: try to use a graphic solution, if it fails then it uses console mode.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dialog whiptail basicinput no_solution""")}
)
StringConstant(
"""
0 (default) or 1. For unix & windows: 0 (graphic mode) or 1 (console mode).
0 (default) or 1. For unix &amp; windows: 0 (graphic mode) or 1 (console mode).
0: try to use a graphic solution, if it fails then it uses console mode.
Expand Down

0 comments on commit 2b0d10a

Please sign in to comment.