mirror of https://github.com/apache/archiva.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68267a0c88
commit
43b763f95a
|
@ -241,7 +241,7 @@ public class SearchFields
|
|||
return bundleName;
|
||||
}
|
||||
|
||||
public void setBundleImportName( String bundleName )
|
||||
public void setBundleName( String bundleName )
|
||||
{
|
||||
this.bundleName = bundleName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue