We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcee184 commit e659825Copy full SHA for e659825
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(Base.INSTANCE, boardPort);
+ super(boardPort);
18
}
19
20
0 commit comments