1 // $Id: UnreferencedTestClass.java,v 1.1.1.1 2003/07/02 15:30:42 apopovic Exp $2 // =====================================================================3 //4 // (history at end)5 //6 7 package ch.ethz.prose;8 9 // used packages10 11 /**12 * Class UnreferencedTestClass is used to test class load notification13 *14 * @version $Revision: 1.1.1.1 $15 * @author Andrei Popovici16 */17 public18 class UnreferencedTestClass {19 20 }21 22 23 //======================================================================24 //25 // $Log: UnreferencedTestClass.java,v $26 // Revision 1.1.1.1 2003/07/02 15:30:42 apopovic27 // Imported from ETH Zurich28 //29 // Revision 1.1 2003/05/05 14:02:29 popovici30 // renaming from runes to prose31 //32 // Revision 1.2 2003/03/04 18:36:08 popovici33 // Organization of imprts34 //35 // Revision 1.1 2003/03/04 12:10:29 popovici36 // Moved from inf/jvmai (whitebox location) to inf/runes/ (bb location)37 //38