Skip to content

Commit

Permalink
Improved commenting.
Browse files Browse the repository at this point in the history
  • Loading branch information
vteague committed Mar 27, 2024
1 parent 9a2d649 commit 35631a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ the raire assertion generation engine (https://github.com/DemocracyDevelopers/ra
import org.springframework.data.annotation.ReadOnlyProperty;

/**
* Request (expected to be json) describing a contest.
* Request (expected to be json) idenitfying a contest and listing its candidates.
* This is an abstract class containing only the core input & validation for contests -
* just the contest name and list of candidates, plus basic methods to check that they are
* present, non-null and IRV.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the raire assertion generation engine (https://github.com/DemocracyDevelopers/ra
import org.springframework.data.annotation.ReadOnlyProperty;

/**
* Request (expected to be json) describing the contest for which assertions should be generated.
* Request (expected to be json) identifying the contest for which assertions should be generated.
* This extends ContestRequest and uses the contest name and candidate list, plus validations, from there.
*/
public class GenerateAssertionsRequest extends ContestRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the raire assertion generation engine (https://github.com/DemocracyDevelopers/ra
import org.springframework.data.annotation.ReadOnlyProperty;

/**
* Request (expected to be json) describing the contest for which assertions should be retrieved
* Request (expected to be json) identifying the contest for which assertions should be retrieved
* from the database (expected to be exported as json).
* This extends ContestRequest and uses the contest name and candidate list, plus validations, from there.
*/
Expand Down

0 comments on commit 35631a5

Please sign in to comment.