Skip to content

Commit

Permalink
corrects illegal json in javadoc (#4446)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner authored Apr 11, 2024
1 parent 90bcb46 commit 3885a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
* [
* {"name":"small", "type": "internal", "maxSize":"100M","numThreads":3},
* {"name":"medium", "type": "internal", "maxSize":"500M","numThreads":3},
* {"name": "large", "type": "external", "queue", "Queue1"}
* {"name":"large", "type":"external", "queue":"Queue1"}
* ]}
* </pre>
*
Expand Down

0 comments on commit 3885a25

Please sign in to comment.