NoIssue: Add first sendCommand() method
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.r35157.driver.ledsign;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface LedSign {
|
||||
void sendCommand(byte[] payload);
|
||||
void sendCommand(@NotNull byte[] payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user