opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Fixes the error message for the TextMapExtractAdapter to refer to the… #279

Closed sebsandberg closed 6 years ago

sebsandberg commented 6 years ago

The current message for the TextMapExtractAdapter is currently referring to the wrong class. This PR changes it from TextMapInjectAdapter to TextMapExtractAdapter.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 73.368% when pulling 7f705fd6084a63b21e83014730ad4b91f76c5f78 on sebsandberg:fix_error_message_for_TextMapExtractAdapter into 58846260a696f3cc06ae7c4ef1798d95a170300c on opentracing:master.

pavolloffay commented 6 years ago

@sebsandberg thanks!

carlosalberto commented 6 years ago

Shall we get this merged?

cc @yurishkuro