code simplification
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1340814 13f79535-47bb-0310-9956-ffa450edef68master
parent
776632fa7d
commit
34b1e5e922
|
|
@ -527,8 +527,8 @@ public class PluginXdocGenerator
|
||||||
w );
|
w );
|
||||||
}
|
}
|
||||||
|
|
||||||
addedUl = addUl( w, addedUl, parameter.getExpression() );
|
|
||||||
String expression = parameter.getExpression();
|
String expression = parameter.getExpression();
|
||||||
|
addedUl = addUl( w, addedUl, expression );
|
||||||
String property = getPropertyFromExpression( expression );
|
String property = getPropertyFromExpression( expression );
|
||||||
if ( property == null )
|
if ( property == null )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue