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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setupRawUIComponentPresentation(String htmlText) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isUIComponentEnabled() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user