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

Commit caa06598 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Mark StructNdOptPref64#prefix @NonNull. am: 1162d1cd am: d463357d am: 02565c65 am: 522b2775

Change-Id: I46033534122b4af7f891431b9abcde7ef5c9a6ce
parents 10761ca8 522b2775
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class StructNdOptPref64 extends NdOption {
     */
    public final int lifetime;
    /** The NAT64 prefix. */
    public final IpPrefix prefix;
    @NonNull public final IpPrefix prefix;

    static int plcToPrefixLength(int plc) {
        switch (plc) {