Skip to content

Commit

Permalink
fix broken JavaDoc in ModelCollectionTestRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Oct 7, 2024
1 parent f9cdcfb commit 330c595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*
* <samp>@Models</samp>
* public static Iterable&lt;?&gt; getModels() {
* List&lt;Object&gt; models = new ArrayList<>();
* List&lt;Object&gt; models = new ArrayList&lt;&gt;();
* return models;
* }
*
Expand Down

0 comments on commit 330c595

Please sign in to comment.