X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fservice%2Funiprot%2FUniProtFTSRestClient.java;h=980dac6084044d174c43a581bb69f168771b06aa;hb=db72ff0c2688259aa789c680dfce78c660561820;hp=df48c0dada875119da08d5a7c547cbe3bc4e6cae;hpb=af058dc7be5a31ce58bdb8f1d54c9e273a89b7fe;p=jalview.git diff --git a/src/jalview/fts/service/uniprot/UniProtFTSRestClient.java b/src/jalview/fts/service/uniprot/UniProtFTSRestClient.java index df48c0d..980dac6 100644 --- a/src/jalview/fts/service/uniprot/UniProtFTSRestClient.java +++ b/src/jalview/fts/service/uniprot/UniProtFTSRestClient.java @@ -21,7 +21,6 @@ package jalview.fts.service.uniprot; -import java.lang.invoke.MethodHandles; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; @@ -80,7 +79,7 @@ public class UniProtFTSRestClient extends FTSRestClient private static final String USER_AGENT = ChannelProperties .getProperty("app_name", "Jalview") + " " + Cache.getDefault("VERSION", "Unknown") + " " - + MethodHandles.lookup().lookupClass() + " help@jalview.org"; + + UniProtFTSRestClient.class.toString() + " help@jalview.org"; static {