X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbits%2FStringUtils.java;h=1a2079d3d209c38bccf6cf770c08661c6197180e;hb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;hp=535720da7f82d235eb52465500ab802e2c84f97c;hpb=d6ee0801333ff93dffd851f4c1a44519c96c371d;p=nikiroo-utils.git diff --git a/src/jexer/bits/StringUtils.java b/src/jexer/bits/StringUtils.java index 535720d..1a2079d 100644 --- a/src/jexer/bits/StringUtils.java +++ b/src/jexer/bits/StringUtils.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -40,7 +40,7 @@ import java.util.LinkedList; * - Unescape C0 control codes. * */ -public final class StringUtils { +public class StringUtils { /** * Left-justify a string into a list of lines.