minor proto fix
This commit is contained in:
parent
16cb74f0b5
commit
ec19c2a718
@ -877,7 +877,7 @@ public class ProtoUtils {
|
||||
.setApiUsageStateIdMSB(getMsb(apiUsageState.getId()))
|
||||
.setApiUsageStateIdLSB(getLsb(apiUsageState.getId()))
|
||||
.setCreatedTime(apiUsageState.getCreatedTime())
|
||||
.setEntityType(TransportProtos.EntityTypeProto.forNumber(apiUsageState.getEntityId().getEntityType().ordinal()))
|
||||
.setEntityType(toProto(apiUsageState.getEntityId().getEntityType()))
|
||||
.setEntityIdMSB(getMsb(apiUsageState.getEntityId()))
|
||||
.setEntityIdLSB(getLsb(apiUsageState.getEntityId()))
|
||||
.setTransportState(apiUsageState.getTransportState().name())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user