Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A.J. Stein <[email protected]>
  • Loading branch information
david-waltermire and aj-stein-nist committed Nov 24, 2023
1 parent ffe1628 commit c8df158
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@

import edu.umd.cs.findbugs.annotations.NonNull;

/**
* Implements <a href=
* "https://www.w3.org/TR/xpath-functions-31/#func-compare">fn:compare</a>.
*/
public final class FnCompare {

private FnCompare() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@

import edu.umd.cs.findbugs.annotations.NonNull;

/**
* Implements <a href=
* "https://www.w3.org/TR/xpath-functions-31/#func-concat">fn:concat</a>.
*/
public final class FnConcat {
@NonNull
static final IFunction SIGNATURE = IFunction.builder()
Expand Down

0 comments on commit c8df158

Please sign in to comment.