aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/util/QuakeFile.java
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2004-09-10 19:02:57 +0000
committerRene Stoeckel <[email protected]>2004-09-10 19:02:57 +0000
commit6f76cc5ea1a24c918ceb82136328ae4fb8c526a4 (patch)
tree55225675ba3967ddb4deee9e7982eab17fb59e39 /src/jake2/util/QuakeFile.java
parent3716116d5b04c5ec6fd51e21953f572a5373e918 (diff)
did some cource cleanups
Diffstat (limited to 'src/jake2/util/QuakeFile.java')
-rw-r--r--src/jake2/util/QuakeFile.java8
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
{