<AWT Dev> Review request: JDK-8073373: Remove redundant imports from sun/applet/AppletProps.java

Mandy Chung mandy.chung at oracle.com
Tue Feb 17 23:39:48 UTC 2015


Simple patch:

--- a/src/java.desktop/share/classes/sun/applet/AppletProps.java
+++ b/src/java.desktop/share/classes/sun/applet/AppletProps.java
@@ -28,8 +28,6 @@
  import java.awt.*;
  import java.io.*;
  import java.util.Properties;
-import sun.net.www.http.HttpClient;
-import sun.net.ftp.FtpClient;
  import java.security.AccessController;
  import java.security.PrivilegedAction;
  import java.security.PrivilegedExceptionAction;

Mandy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20150217/4059e247/attachment.html>


More information about the awt-dev mailing list