Fix compilation (MockParameterInfoUIContext.java)

(cherry picked from commit 21b0956)
This commit is contained in:
Anton Bannykh
2017-09-19 14:11:12 +03:00
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;