mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix javadoc
This commit is contained in:
@@ -241,7 +241,6 @@ public class SearchAPI extends BaseAPI
|
|||||||
* Helper method to extract list of names from search result.
|
* Helper method to extract list of names from search result.
|
||||||
*
|
*
|
||||||
* @param searchResult
|
* @param searchResult
|
||||||
* @param getProperties
|
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
private List<String> getItemNames(JSONObject searchResult)
|
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.
|
* Helper method to extract list of property values from search result for the given nodeRef.
|
||||||
*
|
*
|
||||||
* @param searchResult
|
* @param searchResult
|
||||||
* @param getProperties
|
* @param nodeRef
|
||||||
|
* @param propertyName
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
private String getItemProperty(JSONObject searchResult, String nodeRef, String propertyName)
|
private String getItemProperty(JSONObject searchResult, String nodeRef, String propertyName)
|
||||||
|
Reference in New Issue
Block a user