Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -11,7 +11,7 @@ public class MetricsFeature { | ... | @@ -11,7 +11,7 @@ public class MetricsFeature { |
11 | * | 11 | * |
12 | * @param newName name of the Feature | 12 | * @param newName name of the Feature |
13 | */ | 13 | */ |
14 | - MetricsFeature(final String newName) { | 14 | + public MetricsFeature(final String newName) { |
15 | name = newName; | 15 | name = newName; |
16 | } | 16 | } |
17 | 17 | ... | ... |
-
Please register or login to post a comment