Commit 65b1a69 1 parent eae0528 commit 65b1a69 Copy full SHA for 65b1a69
File tree 1 file changed +3
-3
lines changed
src/test/java/com/google/devtools/build/lib/vfs
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
import com .google .devtools .build .lib .unix .NativePosixFiles ;
31
31
import com .google .devtools .build .lib .util .Fingerprint ;
32
32
import com .google .testing .junit .testparameterinjector .TestParameter ;
33
- import com .google .testing .junit .testparameterinjector .TestParameter .TestParameterValuesProvider ;
34
33
import com .google .testing .junit .testparameterinjector .TestParameterInjector ;
34
+ import com .google .testing .junit .testparameterinjector .TestParameterValuesProvider ;
35
35
import java .io .File ;
36
36
import java .io .FileNotFoundException ;
37
37
import java .io .IOException ;
@@ -74,9 +74,9 @@ public abstract class FileSystemTest {
74
74
@ TestParameter (valuesProvider = DigestHashFunctionsProvider .class )
75
75
public DigestHashFunction digestHashFunction ;
76
76
77
- private static final class DigestHashFunctionsProvider implements TestParameterValuesProvider {
77
+ private static final class DigestHashFunctionsProvider extends TestParameterValuesProvider {
78
78
@ Override
79
- public ImmutableList <?> provideValues () {
79
+ public ImmutableList <?> provideValues (Context context ) {
80
80
return DigestHashFunction .getPossibleHashFunctions ().asList ();
81
81
}
82
82
}
You can’t perform that action at this time.
0 commit comments