Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
s1mpl3x committed Jul 13, 2015
1 parent 162315f commit 3ff5ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
public class LengthRestrictedTextField extends TextField {

private static final int MAX_LENGTH = 5;
private static final int MAX_LENGTH = 255;

public void replaceText(final int start, final int end, final String text) {
final String oldValue = getText();
Expand Down

0 comments on commit 3ff5ca9

Please sign in to comment.