Skip to content

Commit 93407ca

Browse files
committed
fix typo
1 parent 19825a6 commit 93407ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestTestsTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public abstract class CopyRestTestsTask extends DefaultTask {
5656
private FileCollection coreConfig;
5757
private FileCollection xpackConfig;
5858
private FileCollection additionalConfig;
59-
private SerializableCopyRestTestsTaskFunction<FileCollection, FileTree> coreConfigToFileTree = FileCollection::getAsFileTree;
59+
private SerializableFunction<FileCollection, FileTree> coreConfigToFileTree = FileCollection::getAsFileTree;
6060
private SerializableFunction<FileCollection, FileTree> xpackConfigToFileTree = FileCollection::getAsFileTree;
6161
private SerializableFunction<FileCollection, FileTree> additionalConfigToFileTree = FileCollection::getAsFileTree;
6262

0 commit comments

Comments
 (0)