made serializable (which wasn't necessary after all)

This commit is contained in:
hns 2001-04-06 17:53:39 +00:00
parent a436d221d1
commit 6ebaf9b242

View file

@ -13,7 +13,7 @@ import java.io.Serializable;
* key of the node and unique within each HOP application. Currently only * key of the node and unique within each HOP application. Currently only
* single keys are supported. * single keys are supported.
*/ */
public class Key { public class Key implements Serializable {
private String type; private String type;
private String id; private String id;