Skip to content

Commit 4263af3

Browse files
Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 13.0.0 (#472)
* Initial plan * Fix SummaryJavadoc violations for Checkstyle 13.0.0 Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 19066db commit 4263af3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

xapi-model/src/main/java/dev/learning/xapi/jackson/XapiStrictLocaleModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import 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
*/

xapi-model/src/main/java/dev/learning/xapi/jackson/XapiStrictNullValuesModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import 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
*/

xapi-model/src/main/java/dev/learning/xapi/jackson/XapiStrictObjectTypeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import 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
*/

xapi-model/src/main/java/dev/learning/xapi/jackson/XapiStrictTimestampModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import 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
*/

0 commit comments

Comments
 (0)