Skip to content

Commit

Permalink
improve doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed May 17, 2018
1 parent 3c0ea7a commit aa9e906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public Map<String, Object> getNativeCodeInfo(Duration timeout) throws TimeoutExc
return info;
} else {
// If this happens it probably means someone has changed the format in lib/ver/CBuildInfo.cc
// in the machine-learning-cpp repo without changing the pattern above to match
// in the ml-cpp repo without changing the pattern above to match
String msg = "Unexpected native process copyright format: " + copyrightMessage;
LOGGER.error(msg);
throw new ElasticsearchException(msg);
Expand Down

0 comments on commit aa9e906

Please sign in to comment.