X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTInputBox.java;h=50dba36b606ec8a5cedfa691207a2f25239cc65e;hb=43ad7b6c509c45c8f261e77ea059c10fed8c9f1c;hp=7a1e92d6f169c487fd2ddd2496ebc839db485beb;hpb=e16dda65585466c8987bd1efd718431450a96605;p=nikiroo-utils.git diff --git a/src/jexer/TInputBox.java b/src/jexer/TInputBox.java index 7a1e92d..50dba36 100644 --- a/src/jexer/TInputBox.java +++ b/src/jexer/TInputBox.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,6 @@ package jexer; * TInputBox is a system-modal dialog with an OK button and a text input * field. Call it like: * - *

*

  * {@code
  *     box = application.inputBox(title, caption);