diff options
Diffstat (limited to 'src/jake2/util/QuakeFile.java')
-rw-r--r-- | src/jake2/util/QuakeFile.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/jake2/util/QuakeFile.java b/src/jake2/util/QuakeFile.java index 969248c..5b3c11b 100644 --- a/src/jake2/util/QuakeFile.java +++ b/src/jake2/util/QuakeFile.java @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // Created on 24.07.2004 by RST. -// $Id: QuakeFile.java,v 1.2 2004-09-04 19:08:30 salomo Exp $ +// $Id: QuakeFile.java,v 1.3 2004-09-10 19:02:56 salomo Exp $ package jake2.util; @@ -31,8 +31,10 @@ import jake2.qcommon.Com; import java.io.*; -/** RandomAccessFile, bur handles readString/WriteString specially and - * offers other helper functions */ +/** + * RandomAccessFile, but handles readString/WriteString specially and + * offers other helper functions + */ public class QuakeFile extends RandomAccessFile { |