mark BleCommand as abstract
This commit is contained in:
parent
fa8fdd9816
commit
d9cebbbad7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package info.nightscout.androidaps.plugins.pump.omnipod.dash.driver.comm.blecomm
|
|||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class BleCommand {
|
||||
public abstract class BleCommand {
|
||||
private final byte[] data;
|
||||
|
||||
public BleCommand(@NotNull BleCommandType type) {
|
||||
|
|
Loading…
Reference in a new issue