opentracing-tutorial icon indicating copy to clipboard operation
opentracing-tutorial copied to clipboard

Add missing import to tutorial for `lesson03`

Open ackerleytng opened this issue 6 years ago • 0 comments

Here's a missing import that would help newbies!

(Should be added at the #add-some-imports section for lesson03 for the Formatter and Publisher classes)

import javax.ws.rs.core.Context;

And some imports for the Hello class:

import io.opentracing.tag.Tags;
import io.opentracing.propagation.Format;

ackerleytng avatar Sep 02 '18 06:09 ackerleytng