From 6569afb4ce0c27823b5e954e027a6d406834d53e Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Mon, 22 Apr 2019 11:39:57 +0200 Subject: [PATCH] update TODO comment --- src/be/nikiroo/fanfix/supported/BasicSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/be/nikiroo/fanfix/supported/BasicSupport.java b/src/be/nikiroo/fanfix/supported/BasicSupport.java index 61f4621..092f89e 100644 --- a/src/be/nikiroo/fanfix/supported/BasicSupport.java +++ b/src/be/nikiroo/fanfix/supported/BasicSupport.java @@ -304,7 +304,7 @@ public abstract class BasicSupport { * @throws IOException * in case of I/O error */ - // ADD final when BasicSupport_Deprecated is gone + // TODO: ADD final when BasicSupport_Deprecated is gone public Story process(Progress pg) throws IOException { setCurrentReferer(source); login(); -- 2.27.0