BaseTimeseriesService reduce memory footprint at validateEntityId
This commit is contained in:
parent
45e9a9f642
commit
c97cbbefa3
@ -286,7 +286,7 @@ public class BaseTimeseriesService implements TimeseriesService {
|
||||
}
|
||||
|
||||
private static void validate(EntityId entityId) {
|
||||
Validator.validateEntityId(entityId, "Incorrect entityId " + entityId);
|
||||
Validator.validateEntityId(entityId, id -> "Incorrect entityId " + id);
|
||||
}
|
||||
|
||||
private void validate(ReadTsKvQuery query) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user