Skip to content

Commit

Permalink
Update FnData.java
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Dec 18, 2023
1 parent 0fb14eb commit 90ae2dc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
import edu.umd.cs.findbugs.annotations.NonNull;

/**
* Since a node doesn't have a base URI in Metaschema, this is an alias for the
* document-uri function.
*/
* Implements <a href=
* "https://www.w3.org/TR/xpath-functions-31/#func-data">fn:data</a>.
*/
public final class FnData {

@NonNull
Expand Down

0 comments on commit 90ae2dc

Please sign in to comment.