changeset 439:f957619d2b04

method renamed
author Pavel.Sher
date Mon, 28 May 2012 18:56:46 +0200
parents 2af623e989f6
children 26b02b419f71
files mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Sat May 19 16:10:03 2012 +0400
+++ b/mercurial-server/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupport.java	Mon May 28 18:56:46 2012 +0200
@@ -743,7 +743,7 @@
 
   @NotNull
   @Override
-  public Map<String, String> getVcsRepositoryProperties(@NotNull VcsRoot root) {
+  public Map<String, String> getCheckoutProperties(@NotNull VcsRoot root) {
     Map<String, String> rootProperties = root.getProperties();
     Map<String, String> repositoryProperties = new HashMap<String, String>();
     repositoryProperties.put(Constants.REPOSITORY_PROP, rootProperties.get(Constants.REPOSITORY_PROP));