From 1172695a6da52f03d547b335917694eaceee884b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 25 Aug 2021 16:25:05 +0100 Subject: [PATCH] JAL-3829 JAL-2176 - TODO re unused argument in FTSRestClientI --- src/jalview/fts/api/FTSRestClientI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 33b0ed6..84d8e0d 100644 --- a/src/jalview/fts/api/FTSRestClientI.java +++ b/src/jalview/fts/api/FTSRestClientI.java @@ -88,7 +88,7 @@ public interface FTSRestClientI /** * Fetch index of the primary key column for the dynamic table - * + * TODO: consider removing 'hasRefSeq' - never used in code * @param wantedFields * the available table columns * @param hasRefSeq -- 1.7.10.2