ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...
authorMark Wielaard <mark@klomp.org>
Sat, 6 Apr 2002 08:26:08 +0000 (08:26 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Sat, 6 Apr 2002 08:26:08 +0000 (08:26 +0000)
commit8e9603b0c204c9ea0099bc379be3de18da9f9488
treedad90f94b7bb393dc0e6e3971b7076615caeb073
parent392fc5b0689db61b8d5f8e2f8c9d29a548cd4faa
ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...

        * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do
        nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.

From-SVN: r51947
libjava/ChangeLog
libjava/java/util/ArrayList.java