KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > ch > ethz > prose > UnreferencedTestClass


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 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
18 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 apopovic
27
// Imported from ETH Zurich
28
//
29
// Revision 1.1 2003/05/05 14:02:29 popovici
30
// renaming from runes to prose
31
//
32
// Revision 1.2 2003/03/04 18:36:08 popovici
33
// Organization of imprts
34
//
35
// Revision 1.1 2003/03/04 12:10:29 popovici
36
// Moved from inf/jvmai (whitebox location) to inf/runes/ (bb location)
37
//
38
Popular Tags