Skip to content

Commit

Permalink
precommit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 9, 2024
1 parent a31ef8e commit 4b7528a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void init(NamedList<?> args) {
throw new SolrException(SERVER_ERROR, "Init param '" + MODEL_PARAM + "' must be a <str>");
}
model = modelParam.toString();
log.info("In OpenNLP doccat - model: {}");
log.info("In OpenNLP doccat - model: {}", model);

Object vocabParam = args.remove(VOCAB_PARAM);
if (null == vocabParam) {
Expand Down

0 comments on commit 4b7528a

Please sign in to comment.