Skip to content

Commit 6385574

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4013725 commit 6385574

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/GenerateTransportVersionDefinitionTask.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.gradle.process.ExecOperations;
2424
import org.gradle.process.ExecResult;
2525

26-
import javax.inject.Inject;
2726
import java.io.ByteArrayOutputStream;
2827
import java.io.IOException;
2928
import java.util.ArrayList;
@@ -34,6 +33,8 @@
3433
import java.util.Set;
3534
import java.util.stream.Collectors;
3635

36+
import javax.inject.Inject;
37+
3738
/**
3839
* This task generates transport version definition files. These files
3940
* are runtime resources that TransportVersion loads statically.
@@ -64,8 +65,8 @@ public abstract class GenerateTransportVersionDefinitionTask extends DefaultTask
6465
@Input
6566
@Option(
6667
option = "branches",
67-
description = "The release branches for which to generate IDs, e.g. --branches=main,9.1. " +
68-
"Must always include the main release branch, and backport branches must be contiguous from main."
68+
description = "The release branches for which to generate IDs, e.g. --branches=main,9.1. "
69+
+ "Must always include the main release branch, and backport branches must be contiguous from main."
6970
)
7071
public abstract Property<String> getBranches();
7172

0 commit comments

Comments
 (0)