public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: Another Socket throwpoint check tweak
@ 2006-11-10 14:36 Gary Benson
  0 siblings, 0 replies; only message in thread
From: Gary Benson @ 2006-11-10 14:36 UTC (permalink / raw)
  To: mauve-patches

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Hi again,

This commit removes a couple of unused imports from the Socket
throwpoint check.

Cheers,
Gary

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1186 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1987
diff -u -r1.1987 ChangeLog
--- ChangeLog	10 Nov 2006 11:28:28 -0000	1.1987
+++ ChangeLog	10 Nov 2006 14:34:19 -0000
@@ -1,3 +1,8 @@
+2006-11-10  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/net/Socket/security.java:
+	Removed more unused imports.
+
 2006-11-10  Gary Benson  <gbenson@redhat.com>
 
 	* gnu/testlet/java/net/ServerSocket/security.java:
Index: gnu/testlet/java/net/Socket/security.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/Socket/security.java,v
retrieving revision 1.2
diff -u -r1.2 security.java
--- gnu/testlet/java/net/Socket/security.java	10 Nov 2006 11:28:28 -0000	1.2
+++ gnu/testlet/java/net/Socket/security.java	10 Nov 2006 14:34:19 -0000
@@ -21,10 +21,8 @@
 package gnu.testlet.java.net.Socket;
 
 import java.net.InetAddress;
-import java.net.NetPermission;
 import java.net.ServerSocket;
 import java.net.Socket;
-import java.net.SocketException;
 import java.net.SocketPermission;
 import java.security.Permission;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-10 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-10 14:36 FYI: Another Socket throwpoint check tweak Gary Benson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).