File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
xapi-model/src/main/java/dev/learning/xapi/jackson Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 <maven-checkstyle-plugin .version>3.6.0</maven-checkstyle-plugin .version>
2121 <maven-gpg-plugin .version>3.2.8</maven-gpg-plugin .version>
2222 <central-publishing-maven-plugin .version>0.9.0</central-publishing-maven-plugin .version>
23- <checkstyle .version>12.3 .0</checkstyle .version>
23+ <checkstyle .version>13.0 .0</checkstyle .version>
2424 <lifecycle-mapping .version>1.0.0</lifecycle-mapping .version>
2525 <jjwt .version>0.13.0</jjwt .version>
2626 <okhttp .version>5.3.2</okhttp .version>
Original file line number Diff line number Diff line change 99import java .util .Locale ;
1010
1111/**
12- * xAPI JSON module for registering custom deserializer {@link Locale} objects.
12+ * Provides xAPI JSON module for registering custom deserializer {@link Locale} objects.
1313 *
1414 * @author István Rátkai (Selindek)
1515 */
Original file line number Diff line number Diff line change 77import com .fasterxml .jackson .databind .module .SimpleModule ;
88
99/**
10- * xAPI JSON module for setting strict deserializer modifier.
10+ * Provides xAPI JSON module for setting strict deserializer modifier.
1111 *
1212 * @author István Rátkai (Selindek)
1313 */
Original file line number Diff line number Diff line change 1616import dev .learning .xapi .model .SubStatementObject ;
1717
1818/**
19- * xAPI JSON module for enabling strict ObjectTypeResolver.
19+ * Provides xAPI JSON module for enabling strict ObjectTypeResolver.
2020 *
2121 * @author István Rátkai (Selindek)
2222 */
Original file line number Diff line number Diff line change 88import java .time .Instant ;
99
1010/**
11- * xAPI JSON module for registering custom deserializer {@link Instant} objects.
11+ * Provides xAPI JSON module for registering custom deserializer {@link Instant} objects.
1212 *
1313 * @author István Rátkai (Selindek)
1414 */
You can’t perform that action at this time.
0 commit comments