made serializable (which wasn't necessary after all)
This commit is contained in:
parent
a436d221d1
commit
6ebaf9b242
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue