8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver
authormchung
Tue, 24 Feb 2015 12:45:34 -0800
changeset 29129 779bf7a113f6
parent 29057 d6224d602145
child 29130 92bf22ed0621
8073696: Remove unused imports in java.corba, java.jaxws, jdk.httpserver Reviewed-by: alanb, chegar
corba/src/java.corba/share/classes/javax/rmi/CORBA/GetORBPropertiesFileAction.java
--- a/corba/src/java.corba/share/classes/javax/rmi/CORBA/GetORBPropertiesFileAction.java	Wed Jul 05 20:21:13 2017 +0200
+++ b/corba/src/java.corba/share/classes/javax/rmi/CORBA/GetORBPropertiesFileAction.java	Tue Feb 24 12:45:34 2015 -0800
@@ -43,7 +43,6 @@
 
 import java.security.AccessController;
 import java.security.PrivilegedAction;
-import sun.security.action.GetPropertyAction;
 import java.util.Properties;
 
 class GetORBPropertiesFileAction implements PrivilegedAction {