16 |
|
/** |
17 |
|
* The current CVS revision of this class |
18 |
|
*/ |
19 |
< |
public final String REVISION = "$Revision$"; |
19 |
> |
public static final String REVISION = "$Revision$"; |
20 |
|
|
21 |
|
//---STATIC METHODS--- |
22 |
|
|
31 |
|
* @return the name of this class and its CVS revision |
32 |
|
*/ |
33 |
|
public String toString() { |
34 |
< |
return this.getClass().getName() + ":" + REVISION; |
34 |
> |
return uk.ac.iscream.util.IscreamNamer.formatName( |
35 |
> |
uk.ac.iscream.util.ReferenceManager.getInstance().getName(), |
36 |
> |
this.getClass().getName(), |
37 |
> |
REVISION); |
38 |
|
} |
39 |
|
|
40 |
|
//---PRIVATE METHODS--- |