Skip to content

Commit

Permalink
Adds javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Oct 12, 2023
1 parent c1b61de commit 55bd8fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/formflow/library/data/Submission.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public class Submission {
@Column(name = "submitted_at")
private Date submittedAt;

/**
* The key name for the field in an iteration's data that holds the status of completion for the iteration.
*/
public static final String ITERATION_IS_COMPLETE_KEY = "iterationIsComplete";

public Submission() {
Expand Down

0 comments on commit 55bd8fb

Please sign in to comment.