OSDN Git Service

Fixing Executors to use raw types, which is what RI v5 does.
authorJesse Wilson <jessewilson@google.com>
Wed, 29 Jul 2009 18:39:24 +0000 (11:39 -0700)
committerJesse Wilson <jessewilson@google.com>
Wed, 29 Jul 2009 18:56:14 +0000 (11:56 -0700)
commite4b3060bab84959cf68a9c0202cceb107517d102
treee0d310e35dd09c2ef964354027548babde926fbb
parentc6a7a1b11e7d1807a29bf09868bc9b71d557efee
Fixing Executors to use raw types, which is what RI v5 does.

Also fixing VMStack to hide the new API method.
libcore/concurrent/src/main/java/java/util/concurrent/Executors.java
libcore/dalvik/src/main/java/dalvik/system/VMStack.java