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

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

Mark StructNdOptPref64#prefix @NonNull. am: 1162d1cd am: d463357d am:...

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

Change-Id: Ib95324aee7defe72737cfd4a184021b57c670d4f
parents 57cc5309 caa06598
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ public class StructNdOptPref64 extends NdOption {
     */
     */
    public final int lifetime;
    public final int lifetime;
    /** The NAT64 prefix. */
    /** The NAT64 prefix. */
    public final IpPrefix prefix;
    @NonNull public final IpPrefix prefix;


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