Skip to content

Commit e51d635

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0d7d326 commit e51d635

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

samples/xapi-server/src/main/java/dev/learning/xapi/samples/xapiserver/StatementEntity.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ public void setStatement(JsonNode statement) {
8888
this.statement = statement;
8989
}
9090

91+
/**
92+
* Gets the stored timestamp.
93+
*
94+
* @return the stored timestamp
95+
9196
/**
9297
* Gets the stored timestamp.
9398
*
@@ -97,6 +102,11 @@ public Instant getStored() {
97102
return stored;
98103
}
99104

105+
/**
106+
* Sets the stored timestamp.
107+
*
108+
* @param stored the stored timestamp to set
109+
*/
100110
/**
101111
* Sets the stored timestamp.
102112
*

0 commit comments

Comments
 (0)