Skip to content

Commit

Permalink
Fix missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Dec 1, 2024
1 parent 534e2c0 commit f9465e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/fr/igred/omero/screen/PlateAcquisition.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public interface PlateAcquisition extends RepositoryObject {
* @throws AccessException Cannot access data.
* @throws ExecutionException A Facility can't be retrieved or instantiated.
*/
@Override
default <A extends AnnotationData> void link(DataManager dm, A annotation)
throws ServiceException, AccessException, ExecutionException {
PlateAcquisitionAnnotationLink link = new PlateAcquisitionAnnotationLinkI();
Expand Down

0 comments on commit f9465e7

Please sign in to comment.