* @throws JGDIException on any error on the GDI layer
*/
@OptionAnnotation(value = "-mrqs", min = 0, extra = MAX_ARG_VALUE)
public void modifyResourceQuotaSet(final OptionInfo oi) throws JGDIException {
//TODO LP: Needs spceial editor handling, displays more objects at once
ResourceQuotaSet obj;
List<ResourceQuotaSet> rqsList = new LinkedList<ResourceQuotaSet>();
List<JGDIAnswer> answer = new LinkedList<JGDIAnswer>();
String textToEdit = "";
oi.optionDone();