Skip to content

Commit

Permalink
Merge pull request #63 from gsmet/package-renaming
Browse files Browse the repository at this point in the history
Take into account the new package conventions
  • Loading branch information
stuartwdouglas committed Mar 6, 2019
2 parents c1ded1a + 3e88b9a commit 581310d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import javax.enterprise.context.ApplicationScoped;

import io.quarkus.scheduler.api.Scheduled;
import io.quarkus.scheduler.Scheduled;

@ApplicationScoped
public class CounterBean {
Expand Down

0 comments on commit 581310d

Please sign in to comment.