applied patch to move ID tag

This commit is contained in:
Brian Matzon 2006-03-23 19:32:21 +00:00
parent 0c539252b4
commit 8a3bee6b1c
244 changed files with 246 additions and 251 deletions

View file

@ -35,11 +35,11 @@ import javax.swing.JOptionPane;
import javax.swing.UIManager;
/**
* $Id$
* A SysImplementation which delegates as much as it can to J2SE.
* <p>
* @author $Author$
* @version $Revision$
* $Id$
*/
abstract class J2SESysImplementation extends DefaultSysImplementation {