1 |
|
//---PACKAGE DECLARATION--- |
2 |
|
|
3 |
|
//---IMPORTS--- |
4 |
< |
import uk.org.iscream.util.*; |
5 |
< |
import uk.org.iscream.componentmanager.*; |
4 |
> |
import uk.org.iscream.cms.server.util.*; |
5 |
> |
import uk.org.iscream.cms.server.componentmanager.*; |
6 |
|
|
7 |
|
/** |
8 |
|
* <ONE LINE DESCRIPTION> |
30 |
|
* Overrides the {@link java.lang.Object#toString() Object.toString()} |
31 |
|
* method to provide clean logging (every class should have this). |
32 |
|
* |
33 |
< |
* This uses the uk.ac.ukc.iscream.util.FormatName class |
33 |
> |
* This uses the uk.org.iscream.cms.server.util.FormatName class |
34 |
|
* to format the toString() |
35 |
|
* |
36 |
|
* @return the name of this class and its CVS revision |