Skip to content

Commit

Permalink
sort-nodes: javadoc minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorKozlov committed Mar 7, 2021
1 parent b9ae40d commit 6cae8f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
* by node name (default) or by jcr:title and whether the sort should be case-sensitive:
* <pre>
* curl -u admin:admin -F":operation=acs-commons:sortNodes" \
* -F":byTitle:true" -F":caseSensitive:true" \
* -F":sorterName:byTitle" -F":caseSensitive:true" \
* http://localhost:4502/content/someFolder
* </pre>
*/
*/
@Component(property = {
PROP_OPERATION_NAME + "=" + SortNodesOperation.OPERATION_SORT
})
Expand Down

0 comments on commit 6cae8f5

Please sign in to comment.