X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fjava-jul%2FHello.java;h=87b4c1601e50c96f48ec864a95dbf1e6a286ac44;hb=501f6777610d7f8d855453c0083a10912d5fac4b;hp=a44147233a4109368fa735b648ed4c425311c1ef;hpb=8d17995998aa11ffeecbe2cf7701106283544253;p=lttng-ust.git diff --git a/doc/examples/java-jul/Hello.java b/doc/examples/java-jul/Hello.java index a4414723..87b4c160 100644 --- a/doc/examples/java-jul/Hello.java +++ b/doc/examples/java-jul/Hello.java @@ -27,7 +27,7 @@ import java.util.logging.Logger; /* * That's the import you need being the path in the liblttng-ust-jul Jar file. */ -import org.lttng.ust.jul.LTTngAgent; +import org.lttng.ust.agent.LTTngAgent; public class Hello {