jdk/src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java
changeset 9520 99d378796e54
parent 5506 202f599c92aa
child 10292 ed7db6a12c2a
--- a/jdk/src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java	Fri Apr 22 17:03:51 2011 +0100
+++ b/jdk/src/share/classes/com/sun/tools/example/debug/bdi/ThreadInfo.java	Tue Apr 26 12:49:34 2011 +0200
@@ -26,9 +26,6 @@
 package com.sun.tools.example.debug.bdi;
 
 import com.sun.jdi.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Iterator;
 
 //### Should handle target VM death or connection failure cleanly.