Skip to content

Commit c4c0c65

Browse files
author
ehennum
committed
regenerated to incorporate JavaDoc fixes from server bug 43511
1 parent 3938bd4 commit c4c0c65

File tree

5 files changed

+36
-35
lines changed

5 files changed

+36
-35
lines changed

src/main/java/com/marklogic/client/expression/FnExpr.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,10 @@ public interface FnExpr {
842842
* Returns the first item in a sequence. For more details, see <a>XPath 3.0 Functions and Operators</a>.
843843
* <p>
844844
* Provides a client interface to a server function. See <a href="http://docs.marklogic.com/fn:head" target="mlserverdoc">fn:head</a>
845-
845+
* @param seq A sequence of items.
846+
* @return a ItemExpr expression
846847
*/
847-
public ItemExpr head(ItemSeqExpr arg1);
848+
public ItemExpr head(ItemSeqExpr seq);
848849
/**
849850
* Returns an xs:integer between 0 and 23, both inclusive, representing the hours component in the localized value of arg. <p> If arg is the empty sequence, returns the empty sequence.
850851
* <p>

0 commit comments

Comments
 (0)