01: // $Id: UnreferencedTestClass.java,v 1.1.1.1 2003/07/02 15:30:42 apopovic Exp $
02: // =====================================================================
03: //
04: // (history at end)
05: //
06:
07: package ch.ethz.prose;
08:
09: // used packages
10:
11: /**
12: * Class UnreferencedTestClass is used to test class load notification
13: *
14: * @version $Revision: 1.1.1.1 $
15: * @author Andrei Popovici
16: */
17: public class UnreferencedTestClass {
18:
19: }
20:
21: //======================================================================
22: //
23: // $Log: UnreferencedTestClass.java,v $
24: // Revision 1.1.1.1 2003/07/02 15:30:42 apopovic
25: // Imported from ETH Zurich
26: //
27: // Revision 1.1 2003/05/05 14:02:29 popovici
28: // renaming from runes to prose
29: //
30: // Revision 1.2 2003/03/04 18:36:08 popovici
31: // Organization of imprts
32: //
33: // Revision 1.1 2003/03/04 12:10:29 popovici
34: // Moved from inf/jvmai (whitebox location) to inf/runes/ (bb location)
35: //
|