o fixing typo in method call

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-02-21 20:56:01 +00:00
parent c5898ee466
commit 38c1860f11
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ public class MavenEmbedder
createMavenSettings();
profileManager.loadSettingsProfile( settings );
profileManager.loadSettingsProfiles( settings );
localRepository = createLocalRepository( settings );
}