Skip to content

Commit

Permalink
Fix bad annotation in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar committed Aug 7, 2024
1 parent f069c69 commit 82173e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Objects;

/**
* Builder for a {@link Computation}s that computes the product of a list of {@link SInts}
* Builder for a {@link Computation}s that computes the product of a list of {@link SInt}
* secret-shared values.
*
* <p>Empty lists are allowed, and will always produce a value of {@code 1}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Objects;

/**
* Builder for a {@link Computation}s that sum lists of {@link SInts} secret-shared values.
* Builder for a {@link Computation}s that sum lists of {@link SInt} secret-shared values.
*
* <p>Empty lists are allowed, and will always produce a value of {@code 0}.
*/
Expand Down

0 comments on commit 82173e4

Please sign in to comment.