8081522: build failed with jdk8081452 change

To remove the missed import line

Reviewed-by: alanb
This commit is contained in:
Xueming Shen 2015-05-29 10:28:28 -07:00
parent 97f5b473ec
commit 5fbfe34bf6

View File

@ -32,7 +32,6 @@ package sun.nio.cs.ext;
import java.lang.ref.SoftReference;
import java.nio.charset.Charset;
import java.nio.charset.spi.CharsetProvider;
import sun.nio.cs.AbstractCharsetProvider;
import java.security.AccessController;
import java.security.PrivilegedAction;