Fix compilation in 173 (MockParameterInfoUIContext.java)
This commit is contained in:
committed by
Nikolay Krasko
parent
53a3d08a0e
commit
12daf4389e
@@ -68,6 +68,11 @@ public class MockParameterInfoUIContext implements ParameterInfoUIContext {
|
|||||||
return myParameterOwner;
|
return myParameterOwner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isSingleOverload() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSingleParameterInfo() {
|
public boolean isSingleParameterInfo() {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user