This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit c7775543 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Add javadoc return description for getHitCount

parent 51379829
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -74,7 +74,7 @@ public class SearchResultsDTO {
/**
* returns the number of all hits.
*
* @return
* @return the number of all hits
*/
public long getHitCount() {
return hitCount;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment