Commit 8a6c1d29 by Michael Koch Committed by Michael Koch

Channels.java: Merged coding style with GNU classpath.

2004-04-20  Michael Koch  <konqueror@gmx.de>

	* java/nio/channels/Channels.java:
	Merged coding style with GNU classpath.

From-SVN: r80923
parent f5874634
2004-04-20 Michael Koch <konqueror@gmx.de>
* java/nio/channels/Channels.java:
Merged coding style with GNU classpath.
2004-04-20 Michael Koch <konqueror@gmx.de>
* java/net/ServerSocket.java
Merged coding style from GNU classpath.
......
......@@ -105,7 +105,7 @@ public final class Channels
public static Reader newReader(ReadableByteChannel ch, CharsetDecoder dec,
int minBufferCap)
{
throw new Error ("not implemented");
throw new Error("not implemented");
}
/**
......@@ -127,7 +127,7 @@ public final class Channels
public static Writer newWriter(WritableByteChannel ch, CharsetEncoder enc,
int minBufferCap)
{
throw new Error ("not implemented");
throw new Error("not implemented");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment