Skip to content

Commit

Permalink
Merge pull request #6 from gresrun/patch-1
Browse files Browse the repository at this point in the history
Fix IllegalAccessError
  • Loading branch information
astefanutti committed Oct 20, 2014
2 parents a65d064 + 0aeec0e commit 244e1bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import java.lang.annotation.Annotation;

/* packaged-private */ interface AnnotatedMetric<T extends Metric> {
public interface AnnotatedMetric<T extends Metric> {

boolean isPresent();

Expand Down

0 comments on commit 244e1bb

Please sign in to comment.