Fix compilation MockUpdateParameterInfoContext
This commit is contained in:
committed by
Nikolay Krasko
parent
cf4d0fb977
commit
23e606d179
@@ -53,6 +53,11 @@ public class MockUpdateParameterInfoContext implements UpdateParameterInfoContex
|
||||
public void setHighlightedParameter(Object parameter) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object getHighlightedParameter() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCurrentParameter(int index) {
|
||||
myCurrentParameter = index;
|
||||
|
||||
Reference in New Issue
Block a user