Reformat code comments for consistency and clarity across all classes
This commit is contained in:
@@ -26,5 +26,6 @@ public final class JsonMapper {
|
||||
/**
|
||||
* Private constructor preventing instantiation of this static holder class.
|
||||
*/
|
||||
private JsonMapper() {}
|
||||
private JsonMapper() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user