ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceServant.java (file contents):
Revision 1.12 by tdb, Sat May 18 18:16:00 2002 UTC vs.
Revision 1.15 by tdb, Mon May 5 22:05:06 2003 UTC

# Line 1 | Line 1
1   /*
2   * i-scream central monitoring system
3 + * http://www.i-scream.org.uk
4   * Copyright (C) 2000-2002 i-scream
5   *
6   * This program is free software; you can redistribute it and/or
# Line 22 | Line 23 | package uk.org.iscream.cms.server.clientinterface;
23  
24   //---IMPORTS---
25   import uk.org.iscream.cms.server.core.*;
26 < import uk.org.iscream.cms.server.util.*;
26 > import uk.org.iscream.cms.util.*;
27   import uk.org.iscream.cms.server.componentmanager.*;
28  
29   /**
# Line 34 | Line 35 | import uk.org.iscream.cms.server.componentmanager.*;
35   * @author  $Author$
36   * @version $Id$
37   */
38 < class ClientInterfaceServant extends ClientInterfacePOA {
38 > class ClientInterfaceServant extends ClientPOA {
39  
40   //---FINAL ATTRIBUTES---
41  
# Line 72 | Line 73 | class ClientInterfaceServant extends ClientInterfacePO
73       * Overrides the {@link java.lang.Object#toString() Object.toString()}
74       * method to provide clean logging (every class should have this).
75       *
76 <     * This uses the uk.org.iscream.cms.server.util.NameFormat class
76 >     * This uses the uk.org.iscream.cms.util.NameFormat class
77       * to format the toString()
78       *
79       * @return the name of this class and its CVS revision

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines