Skip to content

Commit 6aab5e7

Browse files
authored
Rename parameter name
1 parent 76dc84f commit 6aab5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/PackageManager/IAppPackageManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ namespace Exchange {
264264
// @param fileLocator: locator of package
265265
// @param packageId: package id
266266
// @param version: version of package
267-
// @param metadata: metadata of package
268-
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& packageId /* @out */, string &version /* @out */, RuntimeConfig& metadata /* @out */) = 0;
267+
// @param config: metadata of package
268+
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& packageId /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
269269
};
270270

271271

0 commit comments

Comments
 (0)