]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/tree/TreeSPath.java
Make default execution ressources temp dir dependent of the JVM OS user, in order...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / tree / TreeSPath.java
index 7fab40e5c2b01e5b2f35a47266e8916e336ea192..69492b240701d4fb0aba7a30c8490247fbbc3a12 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\r
+ * Copyright (C) 2007-2012 Mathieu Baudier\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.core.structure.tree;\r
 \r
+import java.io.Serializable;\r
 import java.util.List;\r
 import java.util.StringTokenizer;\r
 import java.util.Vector;\r
@@ -27,7 +27,10 @@ import org.argeo.slc.structure.StructureRegistry;
 /**\r
  * Path for tree based <code>StructureRegistry</code> implementations.\r
  */\r
-public class TreeSPath implements StructurePath, Comparable<StructurePath> {\r
+public class TreeSPath implements StructurePath, Comparable<StructurePath>,\r
+               Serializable {\r
+       private static final long serialVersionUID = -110121029180848183L;\r
+\r
        /** Default character to use a separator: /. */\r
        private static Character DEFAULT_SEPARATOR = '/';\r
 \r