You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/GenerateTransportVersionDataTask.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public void generateTransportVersionData() {
78
78
varmajor = Integer.parseInt(versionParts[0]);
79
79
varminor = Integer.parseInt(versionParts[1]);
80
80
81
-
// Get the latest transport version data from the loc.
81
+
// Get the latest transport version data for the local version.
0 commit comments