Skip to content

Commit

Permalink
Remove useless supplier usage
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Apr 13, 2024
1 parent 76c6c49 commit f03886c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected abstract TrainedModelCacheMetadata execute(

@Override
public void onFailure(@Nullable Exception e) {
LOGGER.error(() -> "unexpected failure during [" + getDescription() + "]", e);
LOGGER.error("unexpected failure during [" + getDescription() + "]", e);
listener.onFailure(e);
}
}
Expand Down

0 comments on commit f03886c

Please sign in to comment.