Open ackerleytng opened 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)
#add-some-imports
lesson03
Formatter
Publisher
import javax.ws.rs.core.Context;
And some imports for the Hello class:
Hello
import io.opentracing.tag.Tags; import io.opentracing.propagation.Format;
Here's a missing import that would help newbies!
(Should be added at the
#add-some-imports
section forlesson03
for theFormatter
andPublisher
classes)And some imports for the
Hello
class: