/hg/icedtea6: Add imports missed in previous commit

dbhole at icedtea.classpath.org dbhole at icedtea.classpath.org
Thu May 6 15:20:25 PDT 2010


changeset 6c2adc19cc47 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6c2adc19cc47
author: Deepak Bhole <dbhole at redhat.com>
date: Thu May 06 18:20:09 2010 -0400

	Add imports missed in previous commit


diffstat:

1 file changed, 2 insertions(+)
netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java |    2 ++

diffs (16 lines):

diff -r 6d1e2fae468a -r 6c2adc19cc47 netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java
--- a/netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java	Thu May 06 17:35:36 2010 -0400
+++ b/netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java	Thu May 06 18:20:09 2010 -0400
@@ -23,10 +23,12 @@ import java.awt.event.WindowEvent;
 import java.awt.event.WindowEvent;
 import java.lang.ref.WeakReference;
 import java.net.SocketPermission;
+import java.security.AllPermission;
 import java.security.AccessControlException;
 import java.security.AccessController;
 import java.security.Permission;
 import java.security.PrivilegedAction;
+import java.security.SecurityPermission;;
 import java.util.PropertyPermission;
 
 import javax.swing.JWindow;



More information about the distro-pkg-dev mailing list