X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fcore%2FFTSRestClient.java;h=7a8a695ed258f551d4f3837ca520b6a2f03d558d;hb=66993ec5b2bbc67ed10836d2288d938f6c368076;hp=617d4ea9689065473b6bc9e149e8308251614640;hpb=17e4ea278bc9a5fb280db1252ce78b7a295215f5;p=jalview.git diff --git a/src/jalview/fts/core/FTSRestClient.java b/src/jalview/fts/core/FTSRestClient.java index 617d4ea..7a8a695 100644 --- a/src/jalview/fts/core/FTSRestClient.java +++ b/src/jalview/fts/core/FTSRestClient.java @@ -20,11 +20,6 @@ */ package jalview.fts.core; -import jalview.fts.api.FTSDataColumnI; -import jalview.fts.api.FTSDataColumnI.FTSDataColumnGroupI; -import jalview.fts.api.FTSRestClientI; -import jalview.util.MessageManager; - import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; @@ -33,6 +28,10 @@ import java.util.ArrayList; import java.util.Collection; import java.util.Objects; +import jalview.fts.api.FTSDataColumnI; +import jalview.fts.api.FTSDataColumnI.FTSDataColumnGroupI; +import jalview.fts.api.FTSRestClientI; + /** * Base class providing implementation for common methods defined in * FTSRestClientI @@ -456,8 +455,7 @@ public abstract class FTSRestClient implements FTSRestClientI break; case 410: - message = MessageManager.formatMessage( - service + " rest services no longer available!"); + message = service + " rest services no longer available!"; break; case 403: case 404: