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:
parent
7a5dfc3c9e
commit
aafbe68aba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue