mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
131308 gjames: SEARCH-106: Fix highlighting typo git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132242 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -431,11 +431,11 @@ public class SearchMapper
|
||||
/**
|
||||
* Sets the hightlight object on search parameters
|
||||
* @param sp SearchParameters
|
||||
* @param hightlight GeneralHighlightParameters
|
||||
* @param highlight GeneralHighlightParameters
|
||||
*/
|
||||
public void fromHighlight(SearchParameters sp, GeneralHighlightParameters hightlight)
|
||||
public void fromHighlight(SearchParameters sp, GeneralHighlightParameters highlight)
|
||||
{
|
||||
sp.setHightlight(hightlight);
|
||||
sp.setHighlight(highlight);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user