Skip to content

Commit

Permalink
Add more supplier javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 1, 2023
1 parent 2ab3f7b commit af3b64b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@
import org.eclipse.aether.transport.http.XChecksumChecksumExtractor;

/**
* A simple {@link Supplier} of {@link org.eclipse.aether.RepositorySystem} instance. Override to customize.
* A simple {@link Supplier} of {@link org.eclipse.aether.RepositorySystem} instance that on each call supplies newly
* constructed {@link RepositorySystem} instance. For proper shut down, use {@link RepositorySystem#shutdown()} method
* on supplied instance(s).
* <p>
* Extend this class and override methods to customize, if needed.
*
* @since TBD
*/
Expand Down

0 comments on commit af3b64b

Please sign in to comment.