Update nikiroo-utils to 4.2.0 + remove warnings
[fanfix.git] / src / be / nikiroo / fanfix / supported / Text.java
index 79ee85187abadde363ed1c4fc93c98508f1e2973..25d7899a61ef1caf7f042053499b28dc87530fa3 100644 (file)
@@ -28,12 +28,12 @@ import be.nikiroo.utils.Progress;
  * number</li>
  * <li>A description of the story must be given as chapter number 0</li>
  * <li>A cover may be present, with the same filename but a PNG, JPEG or JPG
- * extension</li<
+ * extension</li>
  * </ul>
  * 
  * @author niki
  */
-class Text extends BasicSupport {
+class Text extends BasicSupport_Deprecated {
        @Override
        protected boolean isHtml() {
                return false;
@@ -123,7 +123,7 @@ class Text extends BasicSupport {
                        author = authorDate.substring(0, pos);
                }
 
-               return fixAuthor(author);
+               return BasicSupportHelper.fixAuthor(author);
        }
 
        private String getDate(InputStream in) {