X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;h=33b0ed6db079b1d2bc834fbff336fa78cf378393;hb=25da4ccb5679905ada8b21e4d21fd416c392ab76;hp=3701c76dfafa4965543936ff495331c06a40d225;hpb=2051c117e19e8b7c72bf5a9f1db48f2b4687f71e;p=jalview.git diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 3701c76..33b0ed6 100644 --- a/src/jalview/fts/api/FTSRestClientI.java +++ b/src/jalview/fts/api/FTSRestClientI.java @@ -74,7 +74,6 @@ public interface FTSRestClientI public FTSDataColumnI getDataColumnByNameOrCode(String nameOrCode) throws Exception; - /** * Convert collection of FTSDataColumnI objects to a comma delimited string of * the 'code' values @@ -87,7 +86,6 @@ public interface FTSRestClientI public String getDataColumnsFieldsAsCommaDelimitedString( Collection wantedFields); - /** * Fetch index of the primary key column for the dynamic table * @@ -102,7 +100,7 @@ public interface FTSRestClientI public int getPrimaryKeyColumIndex( Collection wantedFields, boolean hasRefSeq) throws Exception; - + /** * Fetch the primary key data column object * @@ -139,4 +137,3 @@ public interface FTSRestClientI */ public int getDefaultResponsePageSize(); } -