diff --git a/common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/PackageStoreFactory.java b/common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/PackageStoreFactory.java index f16ad6d17..6ec453099 100644 --- a/common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/PackageStoreFactory.java +++ b/common/artifact-manager/src/main/java/com/vmware/pscoe/iac/artifact/PackageStoreFactory.java @@ -60,7 +60,7 @@ public static PackageStore getInstance(T configurat String version; // @TODO: You should be able to select a strategy to use, this doesn't make much sense, - // we can fix it later + // but we have no choice since we want to be backward compatible if (configuration.isForceImportLatestVersions()) { logger.info("Using StrategyForceLatestVersions"); strategies.add(new StrategyForceLatestVersions());