OSDN Git Service

* java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do
authormark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Apr 2002 08:26:08 +0000 (08:26 +0000)
committermark <mark@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Apr 2002 08:26:08 +0000 (08:26 +0000)
commit6f29a6e64648fe98e92714b75aa43e6fff2f172b
treedad90f94b7bb393dc0e6e3971b7076615caeb073
parentadcdc3d78a8e3aec137eaf696d5dce89877cbe8b
    * java/util/ArrayList.jva (removeRange): If toIndex == fromIndex do
        nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51947 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/util/ArrayList.java