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
This commit is contained in:
Robert Quattlebaum
2017-07-12 19:51:46 -07:00
parent 6ee45928e3
commit 9eb7b6fe98

View File

@@ -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() {};