NoIssue: Add first sendCommand() method
This commit is contained in:
5
src/main/java/com/r35157/driver/ledsign/LedSign.java
Normal file
5
src/main/java/com/r35157/driver/ledsign/LedSign.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.r35157.driver.ledsign;
|
||||
|
||||
public interface LedSign {
|
||||
void sendCommand(byte[] payload);
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
package com.r35157.driver.ledsign;
|
||||
|
||||
public interface SomeInterface {
|
||||
String concat(String x, String y);
|
||||
void divideByZero() throws ArithmeticException;
|
||||
}
|
||||
Reference in New Issue
Block a user