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
This commit is contained in:
committed by
Michael Koch
parent
f58746340d
commit
8a6c1d2951
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user