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

Commit 9eb7b6fe authored by Robert Quattlebaum's avatar Robert Quattlebaum
Browse files

LowpanCommissioningSession: Add `static abstract` keywords

These keywords were accidentally left off of the original declaration.

Bug: b/63645461
Change-Id: I1cadcd68831377ee1d1059f645f7178b7e5c742e
Tests: Verified by being able to successfully compile
	I46667d4ea337463a35a9dd31fb00f7e130553d53
parent 6ee45928
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public abstract class LowpanCommissioningSession {
     * @hide
     */
    // @SystemApi
    public class Callback {
    public static abstract class Callback {
        public void onReceiveFromCommissioner(@NonNull byte[] packet) {};

        public void onClosed() {};