Пример #1
0
 void parameters(int numParam, int pos) throws Exception {
   writer.numParameters(numParam);
   super.parameters(numParam, pos);
 }