fix javadoc

This commit is contained in:
cagache
2019-04-11 17:10:08 +03:00
parent b6daa30fba
commit 2e5ce4c6a2

View File

@@ -241,7 +241,6 @@ public class SearchAPI extends BaseAPI
* Helper method to extract list of names from search result.
*
* @param searchResult
* @param getProperties
* @return
*/
private List<String> getItemNames(JSONObject searchResult)
@@ -253,7 +252,8 @@ public class SearchAPI extends BaseAPI
* Helper method to extract list of property values from search result for the given nodeRef.
*
* @param searchResult
* @param getProperties
* @param nodeRef
* @param propertyName
* @return
*/
private String getItemProperty(JSONObject searchResult, String nodeRef, String propertyName)