X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FAlignCalcManagerI2.java;h=0bd6c3c5838e16f08a749d2b699e6618f61f4410;hb=refs%2Fheads%2Ffeature%2FJAL-3690_callback-based-web-services;hp=22b483282edd21d55f5d1b557d25e999db0870ab;hpb=2db272981f2778cc64df63bab6893c8347e120f8;p=jalview.git diff --git a/src/jalview/api/AlignCalcManagerI2.java b/src/jalview/api/AlignCalcManagerI2.java index 22b4832..0bd6c3c 100644 --- a/src/jalview/api/AlignCalcManagerI2.java +++ b/src/jalview/api/AlignCalcManagerI2.java @@ -45,6 +45,13 @@ public interface AlignCalcManagerI2 void removeWorkerForAnnotation(AlignmentAnnotation annot); /** + * Alias of removeWorkerForAnnotation + */ + default void removeWorkersForAnnotation(AlignmentAnnotation annot) { + removeWorkerForAnnotation(annot); + } + + /** * Removes all workers of a given class. The classes are compared using * {@link Class#equals(Object)}. */