Skip to content

Commit

Permalink
Fix javadoc failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Oct 25, 2023
1 parent 8664172 commit f62e774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A {@link ArraySegmentRecycler} that chooses the appropriate recycler based on the garbage collector in use.
* </p>
* <p>
* Specifically, when a low-pause collector is in use where promotion/evacuation pauses are no longer a concern,
* delegate to {@link WastefulRecycler}. Otherwise the default {@link RecyclingRecycler} is used.
*/
Expand Down

0 comments on commit f62e774

Please sign in to comment.