parent
338fefe66c
commit
6d2177f2c8
1 changed files with 0 additions and 7 deletions
|
@ -80,9 +80,6 @@ public class HotRodRoleEntity extends AbstractHotRodEntity {
|
|||
HotRodRoleEntity entity = getHotRodEntity();
|
||||
entity.updated |= ! Objects.equals(entity.clientId, clientId);
|
||||
entity.clientId = clientId;
|
||||
|
||||
// Migration from previous version
|
||||
entity.clientRole = clientId != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -113,10 +110,6 @@ public class HotRodRoleEntity extends AbstractHotRodEntity {
|
|||
@ProtoField(number = 5)
|
||||
public String description;
|
||||
|
||||
@Basic(sortable = true)
|
||||
@ProtoField(number = 6)
|
||||
public Boolean clientRole;
|
||||
|
||||
@Basic(sortable = true)
|
||||
@ProtoField(number = 7)
|
||||
public String clientId;
|
||||
|
|
Loading…
Reference in a new issue