Skip to content

Commit

Permalink
Merge pull request #3375 from MattGill98/PAYARA-3222-MetricProducer-C…
Browse files Browse the repository at this point in the history
…annot-Be-Final

PAYARA-3222 MetricProducer Cannot Be Final
  • Loading branch information
arjantijms committed Nov 8, 2018
2 parents f88fd5e + 952a89c commit 188acce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@

@Dependent
@Priority(Interceptor.Priority.LIBRARY_BEFORE + 1)
public final class MetricProducer {
public class MetricProducer {

@Inject
private MetricRegistry registry;
Expand Down

0 comments on commit 188acce

Please sign in to comment.