Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Locale;

/**
* xAPI JSON module for registering custom deserializer {@link Locale} objects.
* Provides xAPI JSON module for registering custom deserializer {@link Locale} objects.
*
* @author István Rátkai (Selindek)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.databind.module.SimpleModule;

/**
* xAPI JSON module for setting strict deserializer modifier.
* Provides xAPI JSON module for setting strict deserializer modifier.
*
* @author István Rátkai (Selindek)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import dev.learning.xapi.model.SubStatementObject;

/**
* xAPI JSON module for enabling strict ObjectTypeResolver.
* Provides xAPI JSON module for enabling strict ObjectTypeResolver.
*
* @author István Rátkai (Selindek)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.time.Instant;

/**
* xAPI JSON module for registering custom deserializer {@link Instant} objects.
* Provides xAPI JSON module for registering custom deserializer {@link Instant} objects.
*
* @author István Rátkai (Selindek)
*/
Expand Down