зеркало из https://github.com/mozilla/pluotsorbet.git
Don't throw a RuntimeException in DeviceControl::setLights
This commit is contained in:
Родитель
9bc906d992
Коммит
cc9c7100e5
|
@ -7,7 +7,7 @@ public class DeviceControl {
|
|||
public static final int KEYMAT_OFF = 3;
|
||||
|
||||
public static void setLights(int num, int level) {
|
||||
throw new RuntimeException("DeviceControl::setLights(int,int) not implemented");
|
||||
System.out.println("DeviceControl::setLights(int,int) not implemented");
|
||||
}
|
||||
|
||||
public static void flashLights(long duration) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче