Fix InspectorSonarPluginTest
Summary: Fix compilation issues in InspectorSonarPluginTest. Reviewed By: danielbuechele Differential Revision: D10050477 fbshipit-source-id: 556f48ca80f8091c34319b5ada26874eb5ac1e40
This commit is contained in:
committed by
Facebook Github Bot
parent
038a2dbe82
commit
86d32758e3
@@ -370,8 +370,8 @@ public class InspectorSonarPluginTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHighlighted(TestNode node, boolean selected) {
|
||||
node.highlighted = selected;
|
||||
public void setHighlighted(TestNode testNode, boolean b, boolean b1) throws Exception {
|
||||
testNode.highlighted = b;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -414,7 +414,7 @@ public class InspectorSonarPluginTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHighlighted(ApplicationWrapper node, boolean selected) {
|
||||
public void setHighlighted(ApplicationWrapper node, boolean selected, boolean isAlignmentMode) {
|
||||
highlighted = selected;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user