HONEYCOMB-443: fix benchmark after ODL Neon bump
[honeycomb.git] / infra / it / benchmark / src / main / java / io / fd / honeycomb / benchmark / util / DataProvider.java
index 7d3df26..642c5dd 100644 (file)
@@ -171,7 +171,7 @@ public interface DataProvider {
         private final List<DataProvider> values;
         private int valueSize;
 
-        public MultiValueDataProvider(final List<DataProvider> values) {
+        MultiValueDataProvider(final List<DataProvider> values) {
             // Wrap as array list so that index lookup is fast
             this.values = Lists.newArrayList(values);
             this.valueSize = values.size();