From 6ebaf9b242e2433233dc650ad10d8e49ac2d738d Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 6 Apr 2001 17:53:39 +0000 Subject: [PATCH] made serializable (which wasn't necessary after all) --- src/helma/objectmodel/Key.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/objectmodel/Key.java b/src/helma/objectmodel/Key.java index 5db6008d..469eb892 100644 --- a/src/helma/objectmodel/Key.java +++ b/src/helma/objectmodel/Key.java @@ -13,7 +13,7 @@ import java.io.Serializable; * key of the node and unique within each HOP application. Currently only * single keys are supported. */ -public class Key { +public class Key implements Serializable { private String type; private String id;