Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -302,7 +302,7 @@ public class DataOutputStream extends FilterOutputStream implements DataOutput
|
||||
*
|
||||
* @exception IOException If an error occurs
|
||||
*
|
||||
* @see writeInt
|
||||
* @see #writeInt(int)
|
||||
* @see DataInput#readFloat
|
||||
* @see Float#floatToIntBits
|
||||
*/
|
||||
@@ -326,7 +326,7 @@ public class DataOutputStream extends FilterOutputStream implements DataOutput
|
||||
*
|
||||
* @exception IOException If an error occurs
|
||||
*
|
||||
* @see writeLong
|
||||
* @see #writeLong(long)
|
||||
* @see DataInput#readDouble
|
||||
* @see Double#doubleToLongBits
|
||||
*/
|
||||
@@ -363,7 +363,7 @@ public class DataOutputStream extends FilterOutputStream implements DataOutput
|
||||
*
|
||||
* @exception IOException If an error occurs
|
||||
*
|
||||
* @see writeChar
|
||||
* @see #writeChar(char)
|
||||
*/
|
||||
public final void writeChars (String value) throws IOException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user