fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342964 13f79535-47bb-0310-9956-ffa450edef68master
parent
6cc24a1747
commit
d6f76bfc90
|
|
@ -182,7 +182,7 @@ public class HelpMojo
|
||||||
Xpp3Dom fieldConfigurationElement = configurationElement.getChild( name.getValue() );
|
Xpp3Dom fieldConfigurationElement = configurationElement.getChild( name.getValue() );
|
||||||
if ( fieldConfigurationElement != null && fieldConfigurationElement.getValue() != null )
|
if ( fieldConfigurationElement != null && fieldConfigurationElement.getValue() != null )
|
||||||
{
|
{
|
||||||
append( sb, name.getValue() + "(Default: " + configurationElement.getChild(
|
append( sb, name.getValue() + " (default: " + configurationElement.getChild(
|
||||||
name.getValue() ).getAttribute( "default-value" ) + ")", 2 );
|
name.getValue() ).getAttribute( "default-value" ) + ")", 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue