git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-01 14:19:46 +00:00
parent 68267a0c88
commit 43b763f95a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class SearchFields
return bundleName;
}
public void setBundleImportName( String bundleName )
public void setBundleName( String bundleName )
{
this.bundleName = bundleName;
}