Skip to content

Commit

Permalink
Removed jetbrains annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Nov 21, 2024
1 parent 4e6f231 commit 5b39ec3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import io.appform.functionmetrics.MonitoredFunction;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.jetbrains.annotations.Nullable;

import javax.inject.Inject;
import javax.inject.Singleton;
Expand Down Expand Up @@ -168,7 +167,6 @@ public synchronized boolean discardAllocation(
return true;
}

@Nullable
private static String executorId(
String instanceId,
AllocatedExecutorNode node,
Expand Down

0 comments on commit 5b39ec3

Please sign in to comment.