Ejemplo n.º 1
0
 /**
  * @throws NullPointerException {@inheritDoc}
  * @throws IndexOutOfBoundsException {@inheritDoc}
  */
 public synchronized void getChars(int srcBegin, int srcEnd, char dst[], int dstBegin) {
   super.getChars(srcBegin, srcEnd, dst, dstBegin);
 }
 /** @throws IndexOutOfBoundsException {@inheritDoc} */
 @Override
 public synchronized void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) {
   super.getChars(srcBegin, srcEnd, dst, dstBegin);
 }