Skip to content

Commit

Permalink
Fix compile breakage in develop following package move of logging. (#…
Browse files Browse the repository at this point in the history
…9600)

Signed-off-by: Joseph Sinclair <joseph.sinclair@swirldslabs.com>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
  • Loading branch information
jsync-swirlds authored and petreze committed Nov 2, 2023
1 parent 8ccf213 commit f3eba22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.swirlds.platform.event.validation;

import static com.swirlds.common.metrics.Metrics.PLATFORM_CATEGORY;
import static com.swirlds.logging.LogMarker.INVALID_EVENT_ERROR;
import static com.swirlds.logging.legacy.LogMarker.INVALID_EVENT_ERROR;
import static com.swirlds.platform.consensus.GraphGenerations.FIRST_GENERATION;

import com.swirlds.base.time.Time;
Expand Down

0 comments on commit f3eba22

Please sign in to comment.