formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1391819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-09-29 15:03:58 +00:00
parent 7f0def1f90
commit 16c178b743
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
* A simple service locator that is already setup with all components from this library. To acquire a complete * A simple service locator that is already setup with all components from this library. To acquire a complete
* repository system, clients need to add some repository connectors for remote transfers. * repository system, clients need to add some repository connectors for remote transfers.
* *
* <em>Note:</em> This component is meant to assist those clients that employ the repository systems outside of an IoC * <p><em>Note:</em> This component is meant to assist those clients that employ the repository systems outside of an IoC
* container, Maven plugins should instead always use regular dependency injection to acquire the repository system: * container, Maven plugins should instead always use regular dependency injection to acquire the repository system:
* it is defined as Plexus component in aether-impl with its dependencies. * it is defined as Plexus component in aether-impl with its dependencies.</p>
* *
* @author Benjamin Bentmann * @author Benjamin Bentmann
*/ */