gcc/libjava/java
Michael Koch 6ecaa2701d PlainSocketImpl.java: Reformatted.
2003-06-21  Michael Koch  <konqueror@gmx.de>

	* java/net/PlainSocketImpl.java:
	Reformatted.
	(PlainSocketImpl): Merged class documentaion with classpath.
	(in): Moved.
	(out): Moved.
	(PlainSocketImpl): New empty constructor.
	(finalize): Moved.
	(setOption): Merged documentation from classpath.
	(getOption): Likewise.
	(create): Likewise.
	(connect): Likewise.
	(bind): Likewise.
	(listen): Likewise.
	(accept): Likewise.
	(available): Likewise.
	(close): Likewise.
	(read): Likewise.
	(write): Likewise.
	(getInputStream): Made synchronozed to get sure that only one stream
	object can be created for this socket, merged documentation from
	classpath.
	(getOutputStream): Likewise.

From-SVN: r68305
2003-06-21 14:02:10 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt Font.java [...]: New versions from classpath. 2003-06-19 10:48:46 +00:00
beans BeanContextEvent.java: Reformated. 2003-03-24 08:24:29 +00:00
io 2003-06-20 Michael Koch <konqueror@gmx.de> 2003-06-20 12:13:19 +00:00
lang natVMSecurityManager.cc (getClassContext): Use maxlen instead of len for loop bound. 2003-06-18 14:13:59 +00:00
math BigInteger.java (probablePrime): New. 2003-04-19 19:26:41 +00:00
net PlainSocketImpl.java: Reformatted. 2003-06-21 14:02:10 +00:00
nio MappedByteFileBuffer.java, [...]: Removed 2003-06-20 12:01:54 +00:00
rmi 2003-03-31 Michael Koch <konqueror@gmx.de> 2003-03-31 11:07:24 +00:00
security BasicPermission.java: New version from classpath. 2003-06-14 05:45:12 +00:00
sql Date.java, [...]: New versions from Classpath. 2003-04-19 21:17:50 +00:00
text DateFormat.java, [...]: New versions from classpath. 2003-06-21 12:42:26 +00:00
util SimpleTimeZone.java: Removed unneeded import, reformatting. 2003-06-21 12:49:39 +00:00