We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baeb4c6 commit 6b770d0Copy full SHA for 6b770d0
app/test/processing/app/UpdateTextAreaActionTest.java
@@ -14,7 +14,7 @@ public class UpdateTextAreaActionTest {
14
15
class DummyTextMonitor extends AbstractTextMonitor {
16
public DummyTextMonitor(BoardPort boardPort) {
17
- super(boardPort);
+ super(Base.INSTANCE, boardPort);
18
}
19
20
0 commit comments