mirror of https://github.com/apache/maven.git
avoid "unused" error
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c1b0aca6c
commit
6658ef65e3
|
@ -19,10 +19,14 @@ public class JavaExtractorTestTwo
|
|||
private String[] project;
|
||||
|
||||
public JavaExtractorTestTwo()
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
public void execute()
|
||||
{
|
||||
if ( getLog() != null )
|
||||
{
|
||||
getLog().info( "projects: " + project );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue