mirror of
https://github.com/arduino/Arduino.git
synced 2025-04-05 21:40:24 +02:00
Fixed test UpdateTextAreaActionTest
This commit is contained in:
parent
dcee1846bd
commit
e659825058
@ -14,7 +14,7 @@ public class UpdateTextAreaActionTest {
|
|||||||
|
|
||||||
class DummyTextMonitor extends AbstractTextMonitor {
|
class DummyTextMonitor extends AbstractTextMonitor {
|
||||||
public DummyTextMonitor(BoardPort boardPort) {
|
public DummyTextMonitor(BoardPort boardPort) {
|
||||||
super(Base.INSTANCE, boardPort);
|
super(boardPort);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user