From 0e2e89fd2e117555f71be7a28e41f5f7663c3395 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sat, 6 Jan 2001 23:28:40 +0000 Subject: Fix comments for doclets From-SVN: r38754 --- libjava/java/io/DataInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/io/DataInputStream.java') diff --git a/libjava/java/io/DataInputStream.java b/libjava/java/io/DataInputStream.java index 2bcf88d..643f099 100644 --- a/libjava/java/io/DataInputStream.java +++ b/libjava/java/io/DataInputStream.java @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999, 2000 Free Software Foundation +/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation This file is part of libgcj. @@ -534,7 +534,7 @@ public class DataInputStream extends FilterInputStream implements DataInput * significant byte first (i.e., "big endian") regardless of the native * host byte ordering. *

- * As an example, if byte1 and code{byte2 + * As an example, if byte1 and byte2 * represent the first and second byte read from the stream * respectively, they will be transformed to an int in * the following manner: -- cgit v1.1