Skip to content

Commit 0c94854

Browse files
author
Jegors Cemisovs
committed
Simplify JSON formatting in Temporal Adjusters config.
Adjusted the `blurb` text for clarity and reformatted the `authors` field for improved readability. These changes maintain consistency with JSON coding standards and enhance the file's maintainability.
1 parent 5c6101e commit 0c94854

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"blurb": "Perform common and complex date adjustments using Java's `TemporalAdjuster` interface and `TemporalAdjusters` utility class.",
3-
"authors": ["rabestro"],
2+
"blurb": "Perform date adjustments using Java's `TemporalAdjuster` interface and `TemporalAdjusters` utility class.",
3+
"authors": [
4+
"rabestro"
5+
],
46
"contributors": []
57
}

0 commit comments

Comments
 (0)