Skip to content

Commit aa9e906

Browse files
author
Hendrik Muhs
committed
improve doc string
1 parent 3c0ea7a commit aa9e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/logging/CppLogMessageHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public Map<String, Object> getNativeCodeInfo(Duration timeout) throws TimeoutExc
199199
return info;
200200
} else {
201201
// If this happens it probably means someone has changed the format in lib/ver/CBuildInfo.cc
202-
// in the machine-learning-cpp repo without changing the pattern above to match
202+
// in the ml-cpp repo without changing the pattern above to match
203203
String msg = "Unexpected native process copyright format: " + copyrightMessage;
204204
LOGGER.error(msg);
205205
throw new ElasticsearchException(msg);

0 commit comments

Comments
 (0)