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

Commit 039d7960 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Mark StructNdOptPref64#prefix @NonNull." into rvc-dev

parents 1e420c1d 5aa78eaf
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) {