Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec554ff7 authored by Ian Zerny's avatar Ian Zerny Committed by Automerger Merge Worker
Browse files

Merge "Update @UsesReflection annotation" into main am: 8d02a3ba am: 07c82439 am: e0799b44

parents acf7897b e0799b44
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -134,8 +134,7 @@ public class LocalTransport extends BackupTransport {
    @UsesReflection({
            // As the runtime class name is used to generate the returned name, and the returned
            // name may be used used with reflection, generate the necessary keep rules.
            @KeepTarget(classConstant = LocalTransport.class),
            @KeepTarget(extendsClassConstant = LocalTransport.class)
            @KeepTarget(instanceOfClassConstant = LocalTransport.class)
    })
    @Override
    public String name() {