MockUpdateParameterInfoContext BUNCH comments added

This commit is contained in:
Nicolay Mitropolsky
2018-08-10 14:48:16 +03:00
parent 97f1fc1f54
commit 45b74e9fdb
@@ -103,6 +103,7 @@ public class MockUpdateParameterInfoContext implements UpdateParameterInfoContex
}
//@Override since 181
//add `@Override` when BUNCH: 173 is dropped
public UserDataHolderEx getCustomContext() {
return null;
}
@@ -129,6 +130,7 @@ public class MockUpdateParameterInfoContext implements UpdateParameterInfoContex
}
//@Override since 183
//add `@Override` when BUNCH: 182 is dropped
public boolean isSingleParameterInfo() {
return false;
}