fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1406925 13f79535-47bb-0310-9956-ffa450edef68master
parent
f4ba12c794
commit
7627ead935
|
|
@ -20,7 +20,7 @@ package org.apache.maven.plugins.annotations;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Component instanciation strategy.
|
* Component instantiation strategy.
|
||||||
*
|
*
|
||||||
* @author Hervé Boutemy
|
* @author Hervé Boutemy
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
|
|
@ -34,7 +34,7 @@ public enum InstantiationStrategy
|
||||||
|
|
||||||
private final String id;
|
private final String id;
|
||||||
|
|
||||||
InstantiationStrategy(String id)
|
InstantiationStrategy( String id )
|
||||||
{
|
{
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue