summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/entity/C2KLocalObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/entity/C2KLocalObject.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/entity/C2KLocalObject.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/com/c2kernel/entity/C2KLocalObject.java b/source/com/c2kernel/entity/C2KLocalObject.java
index 06bf867..ec30dc1 100755..100644
--- a/source/com/c2kernel/entity/C2KLocalObject.java
+++ b/source/com/c2kernel/entity/C2KLocalObject.java
@@ -10,23 +10,23 @@ import java.io.Serializable;
* <li>Outcomes - /Outcome/SchemaType/SchemaVersion/EventId
* <li>Viewpoints - /ViewPoint/SchemaType/Name
* </ul>
- *
+ *
* @see com.c2kernel.persistency.ClusterStorage
* @see com.c2kernel.persistency.ClusterStorageManager
- *
+ *
* @author Andrew Branson
*
* $Revision: 1.5 $
* $Date: 2004/01/22 11:10:41 $
*
* Copyright (C) 2003 CERN - European Organization for Nuclear Research
- * All rights reserved.
+ * All rights reserved.
*/
public interface C2KLocalObject extends Serializable {
public void setName(String name);
public String getName();
-
+
public String getClusterType();
}