ServerSocket.java (accept): Remove bogus security check.

2006-01-14  Anthony Green  <green@redhat.com>

        * java/net/ServerSocket.java (accept): Remove bogus
        security check.
	(implAccept): Add FIXME comment.

From-SVN: r109719
This commit is contained in:
Anthony Green
2006-01-15 03:00:21 +00:00
committed by Anthony Green
parent 5d1dcaa2c3
commit 9b36eaf68e
2 changed files with 9 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-01-14 Anthony Green <green@redhat.com>
* java/net/ServerSocket.java (accept): Remove bogus
security check.
(implAccept): Add FIXME comment.
2005-12-27 Tom Tromey <tromey@redhat.com>
* gnu/java/nio/SelectorImpl.java: Added import.