yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

Add missing import to tutorial for `lesson03` #29

Open ackerleytng opened 6 years ago

ackerleytng commented 6 years ago

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;