JAL-3851 remove old interface
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 2 Sep 2021 19:25:31 +0000 (20:25 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 2 Sep 2021 19:25:31 +0000 (20:25 +0100)
src/jalview/rest/RestHandler.java

index c2d1378..39fe26a 100644 (file)
@@ -53,12 +53,6 @@ public class RestHandler extends AbstractRequestHandler
 
   }
 
-  public interface EndpointOld
-  {
-    public void processEndpoint(String endpointName,
-            HttpServletRequest request, HttpServletResponse response);
-  }
-
   private static final String MY_PATH = "rest";
 
   private static final String MY_NAME = "Rest";