X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTFileOpenBox.java;h=6f46a034d6a70b394766460c71139ade0e293349;hb=7d922e0dfd9a6da42b84e01d52adeec6fff10025;hp=18d65f22ea047b83cb17b709df4e7a71cc5e173d;hpb=d6ee0801333ff93dffd851f4c1a44519c96c371d;p=nikiroo-utils.git diff --git a/src/jexer/TFileOpenBox.java b/src/jexer/TFileOpenBox.java index 18d65f2..6f46a03 100644 --- a/src/jexer/TFileOpenBox.java +++ b/src/jexer/TFileOpenBox.java @@ -43,7 +43,6 @@ import static jexer.TKeypress.*; * TFileOpenBox is a system-modal dialog for selecting a file to open. Call * it like: * - *

*

  * {@code
  *     filename = application.fileOpenBox("/path/to/file.ext",
@@ -55,7 +54,7 @@ import static jexer.TKeypress.*;
  * 
* */ -public final class TFileOpenBox extends TWindow { +public class TFileOpenBox extends TWindow { /** * Translated strings.