Fix compilation (MockParameterInfoUIContext.java)
(cherry picked from commit 21b0956)
This commit is contained in:
committed by
Nikolay Krasko
parent
7eb2d0d185
commit
4f97040ce5
@@ -49,6 +49,11 @@ public class MockParameterInfoUIContext implements ParameterInfoUIContext {
|
|||||||
return resultText;
|
return resultText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setupRawUIComponentPresentation(String htmlText) {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isUIComponentEnabled() {
|
public boolean isUIComponentEnabled() {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user