update listeners

This commit is contained in:
Manfred Karrer 2014-06-18 23:59:13 +02:00
parent a03c24d664
commit 70522383c6
47 changed files with 405 additions and 1231 deletions

View file

@ -7,8 +7,6 @@ import java.util.Objects;
public class Arbitrator implements Serializable
{
public enum ID_TYPE
{
REAL_LIFE_ID,
@ -95,8 +93,7 @@ public class Arbitrator implements Serializable
this.webUrl = webUrl;
this.description = description;
//TODO use pubKeyAsHex
UID = name;
UID = pubKeyAsHex;
}