Removed erroneous return type comment in scaladoc for remove(Int, Int)

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@19223 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
malayeri 2009-10-22 10:43:02 +00:00
parent 7a5dfc3c9e
commit aafbe68aba
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ class ArrayBuffer[A](override protected val initialSize: Int)
*
* @param n the index which refers to the first element to delete.
* @param count the number of elemenets to delete
* @return the updated array buffer.
* @throws Predef.IndexOutOfBoundsException if <code>n</code> is out of bounds.
*/
override def remove(n: Int, count: Int) {