diff src/de/mud/terminal/vt320.java @ 45:80dcebe51af2 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Wed, 11 Jun 2014 09:54:18 -0700
parents 9621ac4dd5eb
children e872762ec105
line wrap: on
line diff
--- a/src/de/mud/terminal/vt320.java	Wed Jun 11 09:30:50 2014 -0700
+++ b/src/de/mud/terminal/vt320.java	Wed Jun 11 09:54:18 2014 -0700
@@ -39,12 +39,6 @@
  */
 public abstract class vt320 extends VDUBuffer implements VDUInput {
 
-    /** The current version id tag.<P>
-     * $Id: vt320.java 507 2005-10-25 10:14:52Z marcus $
-     *
-     */
-    public final static String ID = "$Id: vt320.java 507 2005-10-25 10:14:52Z marcus $";
-
     /** the debug level */
     private final static int debug = 0;
     private StringBuilder debugStr;