Skip to content

Commit 64ae61a

Browse files
authored
update comment since Maven no longer uses LATEST (#2126)
1 parent 1e3b1ab commit 64ae61a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/com.google.cloud.tools.eclipse.dataflow.core/src/com/google/cloud/tools/eclipse/dataflow/core/project/DataflowDependencyManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ private DataflowDependencyManager(
7474
}
7575

7676
/**
77-
* Retrieves a dependency on the Dataflow Java SDK. If trackUpdates is true, the version is
78-
* LATEST. Otherwise, the version is [Current Version, Next Major Version).
77+
* Retrieves a dependency on the Dataflow Java SDK or null if there is no version in the range.
78+
* The version is [Current Version, Next Major Version).
7979
*/
8080
public ArtifactVersion getLatestDataflowDependencyInRange(VersionRange currentVersionRange) {
8181
return artifactRetriever.getLatestSdkVersion(currentVersionRange);

0 commit comments

Comments
 (0)