X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=Addressbook%2Fsrc%2Forg%2Fmxchange%2Faddressbook%2Fclient%2FClient.java;h=4319a59969fdcfd2d607fc3319ff35224c982a68;hb=15bc8210e431a80105f59143aed37cd285214260;hp=ea748a5478c6664f2a1793153d0bae0912aeca05;hpb=8c199926b3d45121755468737d863958abd9322a;p=jfinancials-swing.git diff --git a/Addressbook/src/org/mxchange/addressbook/client/Client.java b/Addressbook/src/org/mxchange/addressbook/client/Client.java index ea748a5..4319a59 100644 --- a/Addressbook/src/org/mxchange/addressbook/client/Client.java +++ b/Addressbook/src/org/mxchange/addressbook/client/Client.java @@ -86,7 +86,9 @@ public interface Client extends FrameworkInterface { public char enterChar (final char[] validChars, final String message); /** - * Reads a string of minimum and maximum length from the user + * Reads a string of minimum and maximum length from the user. An empty + * string should be generally not allowed, but might be okay for e.g. + * company name. * * @param minLength Minimum length of the string to read * @param maxLength Maximum length of the string to read