Prep for 2019 release
[fanfix.git] / src / jexer / bits / StringUtils.java
index 535720da7f82d235eb52465500ab802e2c84f97c..1a2079d3d209c38bccf6cf770c08661c6197180e 100644 (file)
@@ -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.