Skip to content

Commit

Permalink
Update the scheduler guide to the new package organization
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 6, 2019
1 parent 8fd4337 commit eced388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/scheduled-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ package org.acme.scheduling;
import java.util.concurrent.atomic.AtomicInteger;
import javax.enterprise.context.ApplicationScoped;
import io.quarkus.scheduler.api.Scheduled;
import io.quarkus.scheduler.Scheduled;
@ApplicationScoped // <1>
public class CounterBean {
Expand Down

0 comments on commit eced388

Please sign in to comment.